-
Notifications
You must be signed in to change notification settings - Fork 4
Deployment to Development
Sterly Deracy edited this page Apr 29, 2023
·
3 revisions
-
Go to the
manage.py
file and Change line 9 to .prod from .dev. What this lets you do is run commands locally that'll let the changes hit heroku and aws -
Run
python manage.py makemigrations
then dopython manage.py migrate
-
Create a superuser through the shell, be sure to use your real email and create a strong password. You are creating your user for the site.
python manage.py createsuperuser
-
The setup script we are about to run will need that to fetch and attach permissions to you
-
In your shell, make sure you are in the halo parent directory.
-
cd setup/
-
sh run_clickstart.sh