6
Makefile
6
Makefile
@ -38,3 +38,9 @@ createsuperuser:
|
|||||||
|
|
||||||
shell:
|
shell:
|
||||||
python src/web/manage.py shell
|
python src/web/manage.py shell
|
||||||
|
|
||||||
|
poetry.lock:
|
||||||
|
poetry install
|
||||||
|
|
||||||
|
test: poetry.lock
|
||||||
|
poetry run pytest
|
Reference in New Issue
Block a user