From 0079acec995d33ba2de6051e8db6b66ff2e64993 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 1 Mar 2021 14:39:32 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4b3ccd..fa7a470 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,4 @@ e.g. `ALLOWED_HOSTS = ['localhost', 'desolate-thicket-29906.herokuapp.com']` - 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 open` to open remote app