This commit is contained in:
2024-06-04 22:08:15 +02:00
commit e899252f31
74 changed files with 1969 additions and 0 deletions

6
app/app_site/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class AppSiteConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'app_site'