diff --git a/Makefile b/Makefile index 464d54c..1be37a5 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ run: @ $(RUN_IN_ENV) uvicorn \ main:app \ --reload \ - --reload-dir=service \ - --lifespan=off + --reload-dir=app shell: @ $(RUN_IN_ENV) python manage.py shell