References
[wolnelektury.git] / src / references / apps.py
diff --git a/src/references/apps.py b/src/references/apps.py
new file mode 100644 (file)
index 0000000..c7121da
--- /dev/null
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class ReferencesConfig(AppConfig):
+    name = 'references'