@ -0,0 +1,15 @@
ifeq ($(VIRTUAL_ENV),)
RUN_IN_ENV=poetry run
else
RUN_IN_ENV=
endif
run:
@ $(RUN_IN_ENV) uvicorn \
main:app \
--reload \
--reload-dir=service \
--lifespan=off
shell:
@ $(RUN_IN_ENV) python manage.py shell
The note is not visible to the blocked user.