Preliminary source objects.
[redakcja.git] / src / sources / apps.py
diff --git a/src/sources/apps.py b/src/sources/apps.py
new file mode 100644 (file)
index 0000000..a5fe4e4
--- /dev/null
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class SourcesConfig(AppConfig):
+    default_auto_field = "django.db.models.BigAutoField"
+    name = "sources"