List of events: Optional calendar view

This commit is contained in:
Raphael Michel
2017-07-08 22:50:48 +02:00
parent 675956a7c4
commit 275d162b81
11 changed files with 267 additions and 4 deletions

View File

@@ -175,6 +175,10 @@ DEFAULTS = {
'default': 'True',
'type': bool
},
'event_list_type': {
'default': 'list',
'type': str
},
'last_order_modification_date': {
'default': None,
'type': datetime

View File

@@ -31,6 +31,7 @@ class EventSlugBlacklistValidator(BlacklistValidator):
'_global',
'__debug__',
'api',
'events',
]