first commit

This commit is contained in:
2025-10-12 14:45:18 +00:00
commit 6e7348359f
183 changed files with 32396 additions and 0 deletions

6
Base/apps.py Normal file
View File

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