You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2020. It is now read-only.
I got the following error when performing ./manage.py migrate on an empty database:
django.db.utils.OperationalError: no such table: django_siteWhen I remove 'cmsplugin_newsplus' from INSTALLED_APPS the migrate goes fine. If I add 'cmsplugin_newsplus' later and then migrate it also goes fine.
Even more, emptying the urls list in the cms_app.py also helps, so it seems something goes wrong there.
I'm using python3.4 and Django CMS 3.0.12
Any ideas how to fix this?
Thanks ahead.