Django Migrating To A New Database
I just joined a project using Django, and am attempting to initialize my own development server. When I attempt to do so, the migration fails for one of my apps. A model for this a
Solution 1:
I'm pulling the answer provided by Johndt6 from a comment to this answer for future search-ability.
The solution is to add filer
to the INSTALLED_APPS
tuple.
Post a Comment for "Django Migrating To A New Database"