Add: apps config
This commit is contained in:
parent
582a12335f
commit
95b3f15f8b
1 changed files with 7 additions and 0 deletions
7
archivist/apps/config.py
Normal file
7
archivist/apps/config.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class AppsConfig(AppConfig):
|
||||||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
|
name = 'apps'
|
||||||
|
label = 'apps'
|
Loading…
Reference in a new issue