mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Handle "showmigrations" command (#6062)
- If provided, do not load custom app ready code - Ref: https://github.com/inventree/InvenTree/issues/5804#issuecomment-1785562383
This commit is contained in:
parent
5d42fb3f88
commit
256f44b44e
@ -49,6 +49,7 @@ def canAppAccessDatabase(allow_test: bool = False, allow_plugins: bool = False,
|
|||||||
'prerender',
|
'prerender',
|
||||||
'rebuild_models',
|
'rebuild_models',
|
||||||
'rebuild_thumbnails',
|
'rebuild_thumbnails',
|
||||||
|
'showmigrations',
|
||||||
'makemessages',
|
'makemessages',
|
||||||
'compilemessages',
|
'compilemessages',
|
||||||
'backup',
|
'backup',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user