Code layout change.
[wolnelektury.git] / src / wolnelektury / __init__.py
diff --git a/src/wolnelektury/__init__.py b/src/wolnelektury/__init__.py
new file mode 100644 (file)
index 0000000..c6098f4
--- /dev/null
@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
+from .celery import app as celery_app
+
+default_app_config = 'wolnelektury.apps.WLCoreConfig'