parent
51d5306f91
commit
67f5090bf8
8
Makefile
8
Makefile
@ -37,4 +37,10 @@ createsuperuser:
|
||||
python src/web/manage.py createsuperuser
|
||||
|
||||
shell:
|
||||
python src/web/manage.py shell
|
||||
python src/web/manage.py shell
|
||||
|
||||
poetry.lock:
|
||||
poetry install
|
||||
|
||||
test: poetry.lock
|
||||
poetry run pytest
|
Loading…
x
Reference in New Issue
Block a user