ShadCN Implementation

This commit is contained in:
sandy
2026-04-01 03:57:04 +02:00
parent d68d476482
commit 3546239396
37 changed files with 1073 additions and 320 deletions

10
backend/.env.example Normal file
View File

@@ -0,0 +1,10 @@
DJANGO_SECRET_KEY=change-me
DJANGO_DEBUG=1
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
DJANGO_TIME_ZONE=Europe/Budapest
DJANGO_CSRF_TRUSTED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
DJANGO_CORS_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
# Optional overrides. The defaults already point at ../data/legacy/.
# LEGACY_CINCIN_DB=/absolute/path/to/cincin_phase1.sqlite
# LEGACY_DALCORSO_DB=/absolute/path/to/dalcorso.sqlite