X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..b6d44713f806e7186589da45d7622123a9c36a60:/src/wolnelektury/__init__.py?ds=sidebyside

diff --git a/src/wolnelektury/__init__.py b/src/wolnelektury/__init__.py
index 2d0acdbf5..309dfe633 100644
--- a/src/wolnelektury/__init__.py
+++ b/src/wolnelektury/__init__.py
@@ -1,11 +1,4 @@
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# 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.utils.translation import gettext
-
 from .celery import app as celery_app
-
-default_app_config = 'wolnelektury.apps.WLCoreConfig'
-
-if False:
-    gettext("Please enter a correct %(username) and password. Note that both fields may be case-sensitive.")