Changes between Initial Version and Version 1 of Ticket #25698
- Timestamp:
- Nov 7, 2015, 8:33:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25698 – Description
initial v1 22 22 It 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. 23 23 24 I guessthe 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.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.