mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 12:59:36 +02:00
Archive Collections
This commit is contained in:
parent
493c25018c
commit
1858790308
9 changed files with 173 additions and 33 deletions
|
@ -72,6 +72,7 @@ class Collection(models.Model):
|
|||
start_date = models.DateField(blank=True, null=True)
|
||||
end_date = models.DateField(blank=True, null=True)
|
||||
updated_at = models.DateTimeField(auto_now=True)
|
||||
is_archived = models.BooleanField(default=False)
|
||||
|
||||
|
||||
# if connected adventures are private and collection is public, raise an error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue