Prevent "rebuild" command from running certain things
This commit is contained in:
parent
e6598b5115
commit
6d29418364
|
|
@ -33,6 +33,7 @@ def canAppAccessDatabase():
|
|||
'createsuperuser',
|
||||
'wait_for_db',
|
||||
'prerender',
|
||||
'rebuild',
|
||||
'collectstatic',
|
||||
'makemessages',
|
||||
'compilemessages',
|
||||
|
|
|
|||
Loading…
Reference in New Issue