Fundraising in PDF.
[wolnelektury.git] / src / club / apps.py
1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
3 #
4 from django.apps import AppConfig
5
6
7 class ClubConfig(AppConfig):
8     name = 'club'
9     verbose_name = 'Towarzystwo'