diff --git a/dokumente/management/commands/import-document.py b/dokumente/management/commands/import-document.py index 42cc19d..c93a716 100755 --- a/dokumente/management/commands/import-document.py +++ b/dokumente/management/commands/import-document.py @@ -71,6 +71,7 @@ class Command(BaseCommand): "name": name, "gueltigkeit_von": options["gueltigkeit_von"], "gueltigkeit_bis": options["gueltigkeit_bis"], + "aktiv":False, }, ) if created: @@ -319,6 +320,7 @@ class Command(BaseCommand): thema=thema, titel=v["titel"], gueltigkeit_von=timezone.now().date(), + order=0, ) # Stichworte