Only formalities.
[wolnelektury.git] / src / wolnelektury / __init__.py
index 2d0acdb..309dfe6 100644 (file)
@@ -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.")