From f4fe663ff572d8c7055758c498a5cbd8fea2ec2d Mon Sep 17 00:00:00 2001 From: hraban Date: Fri, 20 Feb 2026 15:33:59 +0100 Subject: [PATCH] Korrekturen --- README.md | 2 +- docs/README.md | 2 +- liederquelle/quellen/management/commands/import_authors.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de8da62..b4949a0 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ und für die öffentliche Rechercheplattform. # Installation -Siehe [docs/README.md](src/branch/main/docs/README.md) +Siehe [docs/README.md](docs/README.md) diff --git a/docs/README.md b/docs/README.md index 5e4ec54..5038922 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,4 +40,4 @@ Statt `python3 manage.py` müsste auch der direkte Aufruf des Skripts funktionie ## Im- und Export - YAML exportieren: `./manage.py dumpdata --format yaml --indent 2 -o ../fixtures/fixture.yaml` -- `authors.yaml` importieren: `.\manage.py import_authors ` +- `authors.yaml` importieren: `./manage.py import_authors ` diff --git a/liederquelle/quellen/management/commands/import_authors.py b/liederquelle/quellen/management/commands/import_authors.py index 37b4eb5..9009a03 100644 --- a/liederquelle/quellen/management/commands/import_authors.py +++ b/liederquelle/quellen/management/commands/import_authors.py @@ -7,6 +7,7 @@ TODO: - aktualisieren statt neu anlegen - Import direkt aus dem git - Keine Lösung für trail_name_native_spelling (sehr selten) +- Tags """ import sys