Add: apps config

This commit is contained in:
Aroy-Art 2023-10-21 16:24:49 +02:00
parent 582a12335f
commit 95b3f15f8b
Signed by: Aroy
GPG key ID: DB9689E9391DD156

7
archivist/apps/config.py Normal file
View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class AppsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps'
label = 'apps'