Korrekturen

This commit is contained in:
2026-02-20 15:33:59 +01:00
committed by Hraban Ramm
parent b1c572803b
commit f4fe663ff5
3 changed files with 3 additions and 2 deletions

View File

@@ -21,4 +21,4 @@ und für die öffentliche Rechercheplattform.
# Installation # Installation
Siehe [docs/README.md](src/branch/main/docs/README.md) Siehe [docs/README.md](docs/README.md)

View File

@@ -40,4 +40,4 @@ Statt `python3 manage.py` müsste auch der direkte Aufruf des Skripts funktionie
## Im- und Export ## Im- und Export
- YAML exportieren: `./manage.py dumpdata --format yaml --indent 2 -o ../fixtures/fixture.yaml` - YAML exportieren: `./manage.py dumpdata --format yaml --indent 2 -o ../fixtures/fixture.yaml`
- `authors.yaml` importieren: `.\manage.py import_authors <Pfad>` - `authors.yaml` importieren: `./manage.py import_authors <Pfad>`

View File

@@ -7,6 +7,7 @@ TODO:
- aktualisieren statt neu anlegen - aktualisieren statt neu anlegen
- Import direkt aus dem git - Import direkt aus dem git
- Keine Lösung für trail_name_native_spelling (sehr selten) - Keine Lösung für trail_name_native_spelling (sehr selten)
- Tags
""" """
import sys import sys