Skip to content

Deployment to Development

Sterly Deracy edited this page Apr 29, 2023 · 3 revisions

Instructions

  1. 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

  2. Run python manage.py makemigrations then do python manage.py migrate

  3. 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

  4. The setup script we are about to run will need that to fetch and attach permissions to you

  5. In your shell, make sure you are in the halo parent directory.

  6. cd setup/

  7. sh run_clickstart.sh

Clone this wiki locally