Education.
[wolnelektury.git] / src / education / apps.py
diff --git a/src/education/apps.py b/src/education/apps.py
new file mode 100644 (file)
index 0000000..4a92e70
--- /dev/null
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class EducationConfig(AppConfig):
+    default_auto_field = 'django.db.models.BigAutoField'
+    name = 'education'