Update makefile

This commit is contained in:
Eden Kirin
2023-08-27 11:14:19 +02:00
parent eb37f09a44
commit 14366bc1e1

View File

@ -8,8 +8,7 @@ run:
@ $(RUN_IN_ENV) uvicorn \ @ $(RUN_IN_ENV) uvicorn \
main:app \ main:app \
--reload \ --reload \
--reload-dir=service \ --reload-dir=app
--lifespan=off
shell: shell:
@ $(RUN_IN_ENV) python manage.py shell @ $(RUN_IN_ENV) python manage.py shell