Files
Refactored-App/data/legacy/README.md
2026-04-01 03:57:04 +02:00

14 lines
449 B
Markdown

# 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`