Changes between Initial Version and Version 1 of Ticket #25698


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25698 – Description

    initial v1  
    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 I guess 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 with a dependency to django.contrib.sites. But maybe this needs to be documented. I couldn't find it in the documentation.
Back to Top