fix bootstrap script by limiting the default event duration to 60 mins for recreational events

This commit is contained in:
Thomas Steen Rasmussen 2020-08-05 01:09:53 +02:00
parent c153a2c3e3
commit 056e9fa4d1
1 changed files with 1 additions and 0 deletions

View File

@ -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)),