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

13
data/legacy/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Bundled Legacy Data
This directory contains the legacy SQLite databases used by the Django import command:
- `cincin_phase1.sqlite`
- `dalcorso.sqlite`
The defaults in [`backend/config/settings.py`](../../backend/config/settings.py) point here so the `django-port` subtree can be used without depending on workspace-root copies of those files.
If needed, the importer can still be redirected with:
- `LEGACY_CINCIN_DB`
- `LEGACY_DALCORSO_DB`

Binary file not shown.

BIN
data/legacy/dalcorso.sqlite Normal file

Binary file not shown.