Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

"django.db.utils.OperationalError: no such table: django_site" when performing migrate on empty database #3

@rixmit

Description

@rixmit

I got the following error when performing ./manage.py migrate on an empty database: django.db.utils.OperationalError: no such table: django_site

When 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions