X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4b86e623b0ff7a5a53bdb29df06eab039ebe4e1e..3ed0c5f12103a5b6e6f3e21ff592e9d1c475d5d0:/src/club/apps.py?ds=inline 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'