fake migration

Solutions on MaxInterview for fake migration by the best coders in the world

showing results for - "fake migration"
Arwin
16 Jan 2016
1# This command allows us to disable all migrations made to the db 
2# (usually done before deleting the migration files and wiping the database of all its data)
3python manage.py migrate --fake
4
similar questions
queries leading to this page
fake migration