Allow easily switching fake_migrate on to allow easier fixes of the database migrations

This commit is contained in:
2019-07-25 17:15:19 +01:00
parent cb0c2e6edd
commit b4c2ee8304
4 changed files with 14 additions and 3 deletions
+2 -1
View File
@@ -741,7 +741,8 @@ def start():
sys.argv = [options.run or ''] + options.args
run(options.shell, plain=options.plain, bpython=options.bpython,
import_models=options.import_models, startfile=options.run,
cron_job=options.cron_job, force_migrate=options.force_migrate)
cron_job=options.cron_job, force_migrate=options.force_migrate,
fake_migrate=options.fake_migrate)
return
# set size of cron thread pools