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