diff --git a/README.md b/README.md index 9694b54..0d8acd9 100644 --- a/README.md +++ b/README.md @@ -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: