Merge pull request #913 from ae-utbm/dump-accounts

Dump accounts
This commit is contained in:
thomas girod
2024-11-21 18:39:49 +01:00
committed by GitHub
10 changed files with 578 additions and 255 deletions

View File

@ -144,6 +144,7 @@ class Command(BaseCommand):
],
Counter(name="Eboutic", club=main_club, type="EBOUTIC"),
Counter(name="AE", club=main_club, type="OFFICE"),
Counter(name="Vidage comptes AE", club=main_club, type="OFFICE"),
]
Counter.objects.bulk_create(counters)
bar_groups = []