first commit

This commit is contained in:
2026-02-22 12:29:18 +05:00
commit d34447d322
40 changed files with 585 additions and 0 deletions

6
autoapp/apps.py Normal file
View File

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