Compare commits

...

2 Commits

Author SHA1 Message Date
4504e8a2a5 Database updated with collaborators
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 53s
2025-12-08 16:26:25 +01:00
502dd85efb Document import management command updated to work with changed structure 2025-12-08 16:26:03 +01:00
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -71,6 +71,7 @@ class Command(BaseCommand):
"name": name, "name": name,
"gueltigkeit_von": options["gueltigkeit_von"], "gueltigkeit_von": options["gueltigkeit_von"],
"gueltigkeit_bis": options["gueltigkeit_bis"], "gueltigkeit_bis": options["gueltigkeit_bis"],
"aktiv":False,
}, },
) )
if created: if created:
@@ -319,6 +320,7 @@ class Command(BaseCommand):
thema=thema, thema=thema,
titel=v["titel"], titel=v["titel"],
gueltigkeit_von=timezone.now().date(), gueltigkeit_von=timezone.now().date(),
order=0,
) )
# Stichworte # Stichworte