dev: update script to use manage command
This commit is contained in:
@@ -4,9 +4,9 @@ python manage.py wait_for_db
|
||||
python manage.py migrate
|
||||
|
||||
# Register instance
|
||||
python bin/instance_registration.py
|
||||
python manage.py register_instance
|
||||
# Load the configuration variable
|
||||
python bin/instance_configuration.py
|
||||
python manage.py configure_instance
|
||||
# Create the default bucket
|
||||
python bin/bucket_script.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user