We are building, workplan now registered with statehub
This commit is contained in:
parent
14b0bc6d01
commit
f202b71c75
37 changed files with 2036 additions and 22 deletions
|
|
@ -74,6 +74,8 @@ class Ausschreibung(FlexibleModel):
|
|||
unterlagen_erhalten = models.BooleanField(default=False)
|
||||
unterlagen_erhalten_am = models.DateField(null=True, blank=True)
|
||||
|
||||
archiviert = models.BooleanField(default=False, db_index=True)
|
||||
|
||||
# Timestamps
|
||||
erstellt_am = models.DateTimeField(auto_now_add=True)
|
||||
geaendert_am = models.DateTimeField(auto_now=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue