fix bootstrap script by limiting the default event duration to 60 mins for recreational events
This commit is contained in:
parent
c153a2c3e3
commit
056e9fa4d1
|
@ -832,6 +832,7 @@ class Command(BaseCommand):
|
|||
camp=camp,
|
||||
event_type=event_types["recreational"],
|
||||
event_location=event_locations["speakers_tent"],
|
||||
event_duration_minutes=60,
|
||||
when=(
|
||||
tz.localize(datetime(start.year, start.month, start.day, 12, 0)),
|
||||
tz.localize(datetime(start.year, start.month, start.day, 13, 0)),
|
||||
|
|
Loading…
Reference in a new issue