Refound Account

This commit is contained in:
2016-11-30 02:41:25 +01:00
parent 00feca44d8
commit 3c8a4f068e
7 changed files with 162 additions and 31 deletions

View File

@ -67,6 +67,7 @@ class Command(BaseCommand):
c.save()
self.reset_index("counter")
Counter(name="Eboutic", club=main_club, type='EBOUTIC').save()
Counter(name="AE", club=main_club, type='OFFICE').save()
home_root.view_groups = [Group.objects.filter(name=settings.SITH_MAIN_MEMBERS_GROUP).first()]
club_root.view_groups = [Group.objects.filter(name=settings.SITH_MAIN_MEMBERS_GROUP).first()]