Add empty frontend app

This commit is contained in:
Tobias Kunze 2025-03-16 12:46:51 +01:00
parent 9079828a9b
commit 08299eadd4
2 changed files with 6 additions and 0 deletions

View file

View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class FrontendConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "servala.frontend"