This commit is contained in:
relaxed 2024-08-18 03:34:33 +05:00
commit 8851786e67
353 changed files with 36724 additions and 0 deletions

6
adminsystemdb/apps.py Executable file
View file

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