Skip to content

Commit

Permalink
Improve setup instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Nov 19, 2024
1 parent 517ebc9 commit 9b14aad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ cp dev.secret.py secret.py

Make sure to edit `secret.py` with your Google OAuth2 client ID and secret.

Finally, create your database and apply migrations with:

```bash
poetry run python manage.py migrate
```

## Run

The app can be run in a terminal with:
Expand Down

0 comments on commit 9b14aad

Please sign in to comment.