Skip to content

Commit

Permalink
Readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shirblc committed Jun 12, 2022
1 parent 6e734a9 commit 4f1237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The project is hosted live on Heroku. You can view the live version [here](https
- CLIENT_ID - set with your own client ID from Auth0
- FRONTEND - set with your own frontend URL (necessary for setting up CORS!)
- PRIVATE_KEY - The private VAPID key (required for sending push notifications).
9. Enter `heroku run python manage.py db upgrade --app <APP_NAME>` to trigger database migrations and bring your live database up to date.
9. Enter `flask db upgrade` to trigger database migrations and bring your live database up to date.
10. All done! Now you can visit your <GIT_URL> to see the live app.

## Known Issues
Expand Down

0 comments on commit 4f1237b

Please sign in to comment.