Korrekturen
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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>`
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user