Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / apps.py
diff --git a/apps/wolnelektury_core/apps.py b/apps/wolnelektury_core/apps.py
deleted file mode 100644 (file)
index 996ccae..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- 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_core'
-
-    def ready(self):
-        from . import signals