mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Prevent "rebuild" command from running certain things
This commit is contained in:
@ -33,6 +33,7 @@ def canAppAccessDatabase():
|
||||
'createsuperuser',
|
||||
'wait_for_db',
|
||||
'prerender',
|
||||
'rebuild',
|
||||
'collectstatic',
|
||||
'makemessages',
|
||||
'compilemessages',
|
||||
|
Reference in New Issue
Block a user