remove camp from team objects in bootstrap script

This commit is contained in:
Stephan Telling 2018-03-04 15:18:59 +01:00
parent 0c00524570
commit 10bd3bdd0d
No known key found for this signature in database
GPG Key ID: E2A0AE38ABC88337
1 changed files with 0 additions and 2 deletions

View File

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