feat: add Django backend skeleton

This commit is contained in:
2026-04-28 11:23:51 +02:00
parent 65a36a72e0
commit d8da268a53
27 changed files with 237 additions and 21 deletions

6
requirements/backend.txt Normal file
View File

@@ -0,0 +1,6 @@
Django==5.2.3
djangorestframework==3.16.0
django-cors-headers==4.7.0
dj-database-url==2.3.0
gunicorn==23.0.0
psycopg[binary]==3.2.9