This commit is contained in:
2024-12-11 23:22:09 +01:00
parent 4b86b33872
commit 9b7944c14d
53 changed files with 2054 additions and 249 deletions

6
tvdt/backoffice/apps.py Normal file
View File

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