1000 endpoints

This commit is contained in:
Eden Kirin
2023-08-27 14:50:23 +02:00
parent 73f08f9cb0
commit 2810f44e90
4026 changed files with 114174 additions and 3 deletions

View File

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