From 056e9fa4d1ec98ee33bff017592ba3b24c0c483f Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Wed, 5 Aug 2020 01:09:53 +0200 Subject: [PATCH] fix bootstrap script by limiting the default event duration to 60 mins for recreational events --- src/utils/management/commands/bootstrap-devsite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/management/commands/bootstrap-devsite.py b/src/utils/management/commands/bootstrap-devsite.py index e2fa2701..b1757d96 100644 --- a/src/utils/management/commands/bootstrap-devsite.py +++ b/src/utils/management/commands/bootstrap-devsite.py @@ -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)),