aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/resources/apps.py')
-rw-r--r--alphabetlearning/resources/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/alphabetlearning/resources/apps.py b/alphabetlearning/resources/apps.py
new file mode 100644
index 0000000..44ebd69
--- /dev/null
+++ b/alphabetlearning/resources/apps.py
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class ResourcesConfig(AppConfig):
+ default_auto_field = "django.db.models.BigAutoField"
+ name = "alphabetlearning.resources"