Changes between Version 1 and Version 2 of Ticket #25698
- Timestamp:
- Nov 7, 2015, 8:34:38 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25698 – Description
v1 v2 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 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.24 To 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.