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