Add apps for the planned areas
[climbing.kerkeslager.com] / src / training / apps.py
diff --git a/src/training/apps.py b/src/training/apps.py
new file mode 100644 (file)
index 0000000..8051e6c
--- /dev/null
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class TrainingConfig(AppConfig):
+    default_auto_field = 'django.db.models.BigAutoField'
+    name = 'training'