License icon in audiobooks.
[wolnelektury.git] / src / wolnelektury / __init__.py
1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3 #
4 from django.utils.translation import gettext
5
6 from .celery import app as celery_app
7
8 default_app_config = 'wolnelektury.apps.WLCoreConfig'
9
10 if False:
11     gettext("Please enter a correct %(username) and password. Note that both fields may be case-sensitive.")