X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4b86e623b0ff7a5a53bdb29df06eab039ebe4e1e..HEAD:/src/club/apps.py diff --git a/src/club/apps.py b/src/club/apps.py index ee2584957..721128a81 100644 --- a/src/club/apps.py +++ b/src/club/apps.py @@ -1,5 +1,9 @@ +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# from django.apps import AppConfig + class ClubConfig(AppConfig): name = 'club' verbose_name = 'Towarzystwo'