From 10bd3bdd0d13c99ed04d3ddbf9ebc02f8802a6a1 Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Sun, 4 Mar 2018 15:18:59 +0100 Subject: [PATCH] remove camp from team objects in bootstrap script --- src/utils/management/commands/bootstrap-devsite.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/management/commands/bootstrap-devsite.py b/src/utils/management/commands/bootstrap-devsite.py index b3331837..040274de 100644 --- a/src/utils/management/commands/bootstrap-devsite.py +++ b/src/utils/management/commands/bootstrap-devsite.py @@ -1405,13 +1405,11 @@ Please note that sleeping in the parking lot is not permitted. If you want to sl noc_team = Team.objects.create( name="NOC", description="The NOC team is in charge of establishing and running a network onsite.".format(year), - camp=camp, area=infrastructure_area, ) bar_team = Team.objects.create( name="Bar", description="The Bar team plans, builds and run the IRL bar!", - camp=camp, area=bar_area )