Code layout change.
[wolnelektury.git] / src / catalogue / apps.py
diff --git a/src/catalogue/apps.py b/src/catalogue/apps.py
new file mode 100644 (file)
index 0000000..54bfc8f
--- /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 CatalogueConfig(AppConfig):
+    name = 'catalogue'
+
+    def ready(self):
+        from . import signals