mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-21 14:18:02 +01:00
Add inv test to instructions
This commit is contained in:
parent
449e895172
commit
939c9c2cc2
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ COMMANDS_TO_RUN = [
|
|||
"git add poetry.lock",
|
||||
"git commit -m 'Add poetry lock file'",
|
||||
"pycharm .",
|
||||
"inv test",
|
||||
"./src/manage.py migrate",
|
||||
"./src/manage.py createcachetable",
|
||||
"./src/manage.py createsuperuser",
|
||||
|
|
Loading…
Reference in a new issue