Code layout change.
[wolnelektury.git] / src / wolnelektury / apps.py
diff --git a/src/wolnelektury/apps.py b/src/wolnelektury/apps.py
new file mode 100644 (file)
index 0000000..a45bfe2
--- /dev/null
@@ -0,0 +1,11 @@
+# -*- 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 django.apps import AppConfig
+
+class WLCoreConfig(AppConfig):
+    name = 'wolnelektury'
+
+    def ready(self):
+        from . import signals