Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django themes - plugins won't work since install #8

Open
clairencl opened this issue Aug 21, 2012 · 2 comments
Open

django themes - plugins won't work since install #8

clairencl opened this issue Aug 21, 2012 · 2 comments

Comments

@clairencl
Copy link

Hi,

I installed django-cms-themes last night and since then i can't use any of the plugins i.e. filer, images, text, twitter

I get this error when i go to add a plugin or edit:

ValueError at /admin/cms/page/1/edit-plugin/

invalid literal for int() with base 10: '1/edit-plugin'

not sure whether i'm posting this in the correct place - please let me know. Thanks

@clairencl
Copy link
Author

i have solved the problem

pip install django-cms-themes upgrades django mptt from 0.4.2 to 0.5, v0.5 is currently incompatible.

I have uninstalled mptt and manually installed mptt 0.4.2 and all is working fine.

@MegaMark16
Copy link
Owner

Thanks @clairencl for the find, I'll see about updating the setup.py to install the correct version of django-mptt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants