register and sign in pages

This commit is contained in:
2026-09-22 00:50:30 +05:00
parent f313867653
commit 78d04f75d1
96 changed files with 6383 additions and 109 deletions
+26
View File
@@ -0,0 +1,26 @@
# --- core ---
django==5.2.7
djangorestframework==3.16.1
django-rest-knox==5.0.2
django-filter==25.2
django-cors-headers==4.9.0
django-environ==0.12.0
# --- database ---
psycopg[binary]==3.2.10
# --- background tasks (postgres-backed, no broker) ---
procrastinate[django]==3.6.0
# --- serving / static ---
gunicorn==23.0.0
whitenoise==6.11.0
# --- integrations ---
requests==2.32.5
# --- api docs (DEBUG only) ---
drf-spectacular==0.28.0
# --- dev tooling ---
ruff==0.14.0