Import von authors.yml verbessert

- möglichst aktualisieren statt neu anlegen
- "inherits" legt zweite Identität am Original an
This commit is contained in:
2026-04-18 17:03:40 +02:00
committed by Hraban Ramm
parent bf3f17cdd9
commit 0dc8a9add1
2 changed files with 30 additions and 17 deletions

View File

@@ -21,6 +21,7 @@ Wir entwickeln auf Python 3.14. Python 3.12+ funktioniert, ältere haben zuminde
- Datenbank (SQLite) anlegen: `python3 manage.py makemigrations quellen; python3 manage.py migrate`
- Admin anlegen: `python3 manage.py createsuperuser`
- ggf. Liederquelle-Daten laden: `python3 manage.py loaddata ../fixtures/fixture.yaml`
- Server starten: `python3 manage.py runserver`
- Öffne http://localhost:8080/admin im Browser