Skip to content

Commit

Permalink
added invoke to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jenriordan committed Feb 8, 2024
1 parent 50a26d9 commit 1b38802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Django will provide the local url which should be http://127.0.0.1:8000/, naviga
### Django
Along with the above runserver command, while developing on the project, \
the following will be handy when making changes to the db model:\
`pipenv run python manage.py makemigrations`\
`pipenv run python manage.py migrate`
`invoke makemigrations`\
`invoke migrate`

### Dependencies
To add a new dependency to the project, use the following command:\
Expand Down

0 comments on commit 1b38802

Please sign in to comment.