Changes between Version 1 and Version 2 of Ticket #25698


Ignore:
Timestamp:
Nov 7, 2015, 8:34:38 AM (8 years ago)
Author:
Lucas Moeskops
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25698 – Description

    v1 v2  
    2222It will fail to migrate with the message: `django.db.utils.ProgrammingError: relation "django_site" does not exist`. This is because it tries to migrate the apps without migrations before the apps with migrations.
    2323
    24 To solve the problem, the app should have at least one migration with a dependency to django.contrib.sites. But maybe this needs to be documented. I couldn't find it in the documentation.
     24To solve the problem, the app should have at least one migration. But maybe this needs to be documented. I couldn't find it in the documentation.
Back to Top