Compare commits
2 Commits
9e6e2b5a03
...
4504e8a2a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 4504e8a2a5 | |||
| 502dd85efb |
BIN
data/db.sqlite3
BIN
data/db.sqlite3
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user