diff --git a/InvenTree/InvenTree/ready.py b/InvenTree/InvenTree/ready.py index 9e64a2e6c7..4acbcae9af 100644 --- a/InvenTree/InvenTree/ready.py +++ b/InvenTree/InvenTree/ready.py @@ -33,6 +33,7 @@ def canAppAccessDatabase(): 'createsuperuser', 'wait_for_db', 'prerender', + 'rebuild', 'collectstatic', 'makemessages', 'compilemessages',