From 95b3f15f8b837e40bfe12f1f7286136cafdd0ffd Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 21 Oct 2023 16:24:49 +0200 Subject: [PATCH] Add: apps config --- archivist/apps/config.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 archivist/apps/config.py diff --git a/archivist/apps/config.py b/archivist/apps/config.py new file mode 100644 index 0000000..5b35ee2 --- /dev/null +++ b/archivist/apps/config.py @@ -0,0 +1,7 @@ +from django.apps import AppConfig + + +class AppsConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'apps' + label = 'apps'