Add: API app
This commit is contained in:
parent
1f07549530
commit
5f63ba5d4f
2 changed files with 7 additions and 0 deletions
0
archivist/apps/api/__init__.py
Normal file
0
archivist/apps/api/__init__.py
Normal file
7
archivist/apps/api/config.py
Normal file
7
archivist/apps/api/config.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class APIConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.api'
|
||||
label = 'apps_api'
|
Loading…
Reference in a new issue