This commit is contained in:
Holger Sielaff
2025-08-27 09:55:55 +02:00
commit 90c0ff61ed
107 changed files with 8535 additions and 0 deletions

9
frontend/apps.py Normal file
View File

@@ -0,0 +1,9 @@
# frontend/apps.py
from django.apps import AppConfig
class FrontendConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'frontend'
def ready(self):
import frontend.signals