We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Thanks @clairencl for the find, I'll see about updating the setup.py to install the correct version of django-mptt.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: