Get a basic blog up and running
[styx.blog] / core / apps.py
diff --git a/core/apps.py b/core/apps.py
new file mode 100644 (file)
index 0000000..26f78a8
--- /dev/null
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class CoreConfig(AppConfig):
+    name = 'core'