Update README.md

master
Matt Huntington 5 years ago committed by GitHub
parent fdcdd06038
commit 0079acec99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,3 +28,4 @@
e.g. `ALLOWED_HOSTS = ['localhost', 'desolate-thicket-29906.herokuapp.com']` e.g. `ALLOWED_HOSTS = ['localhost', 'desolate-thicket-29906.herokuapp.com']`
- add/commit to git. Then run `git push heroku master` - add/commit to git. Then run `git push heroku master`
- run `heroku run bash` to enter bash and then run `python manage.py migrate` and `python manage.py createsuperuser` (follow prompts) and then `exit` - run `heroku run bash` to enter bash and then run `python manage.py migrate` and `python manage.py createsuperuser` (follow prompts) and then `exit`
- run `heroku open` to open remote app

Loading…
Cancel
Save