finish sentence

master
Jerrica Bobadilla 5 years ago committed by GitHub
parent e8c9694d0c
commit 3d5919143f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,7 +125,7 @@ To build your app, we're going to be building a virtual environment. In order to
1. `git push heroku master`
1. Once it builds successfully, run `heroku run bash`
1. While in heroku bash, apply the migrations to the heroku project by running: `python manage.py migrate`
1. Still in heroku bash, create a superuser for the heroku project by running `python
1. Still in heroku bash, create a superuser for the heroku project by running `python manage.py createsuperuser` and follow the prompts
- To exit heroku bash, run `exit`
### In Browser

Loading…
Cancel
Save