Add empty frontend app
This commit is contained in:
parent
9079828a9b
commit
08299eadd4
2 changed files with 6 additions and 0 deletions
0
src/servala/frontend/__init__.py
Normal file
0
src/servala/frontend/__init__.py
Normal file
6
src/servala/frontend/apps.py
Normal file
6
src/servala/frontend/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class FrontendConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "servala.frontend"
|
Loading…
Add table
Add a link
Reference in a new issue