Feature #2334
Feature #551: Lexicon support: Liddell and Scott (Middle)
Migrations don't apply
Start date:
11/28/2018
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey almost 6 years ago
Observations:
- Doesn't fix it:
- Removing allow_migrate doesn't fix it
- Returning true in the router doesn't fix it
- https://stackoverflow.com/questions/39282860/django-typeerror-allow-migrate-got-an-unexpected-keyword-argument-model-name
- https://www.programcreek.com/python/example/64709/django.db.router.allow_migrate
- https://strongarm.io/blog/multiple-databases-in-django/
- https://code.djangoproject.com/ticket/23273
- https://docs.djangoproject.com/en/2.1/topics/db/multi-db/
#3 Updated by Luke Murphey almost 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Issue was that I need to apply migrations to each database individually (which I didn't know to do).