implement the dump_accounts command

This commit is contained in:
imperosol
2024-11-10 02:55:18 +01:00
parent e712f9fdb8
commit ee9f36d883
8 changed files with 559 additions and 254 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 = []