Add: sites app
This commit is contained in:
parent
9d1453120e
commit
b11702f398
3 changed files with 13 additions and 0 deletions
0
archivist/apps/sites/__init__.py
Normal file
0
archivist/apps/sites/__init__.py
Normal file
6
archivist/apps/sites/apps.py
Normal file
6
archivist/apps/sites/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SitesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.sites'
|
7
archivist/apps/sites/config.py
Normal file
7
archivist/apps/sites/config.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SitesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.sites'
|
||||
label = 'apps.sites'
|
Loading…
Reference in a new issue