Add: base for importer app
This commit is contained in:
parent
42cecd1a96
commit
aa7bb0b2b0
2 changed files with 7 additions and 0 deletions
0
archivist/apps/importer/__init__.py
Normal file
0
archivist/apps/importer/__init__.py
Normal file
7
archivist/apps/importer/config.py
Normal file
7
archivist/apps/importer/config.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class ImporterConfig(AppConfig):
|
||||||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
|
name = 'apps.importer'
|
||||||
|
label = 'apps.importer'
|
Loading…
Reference in a new issue