first commit

This commit is contained in:
2025-02-28 16:29:56 +08:00
commit 0b5426a5d1
16 changed files with 352 additions and 0 deletions

7
account/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class AccountConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "account"
verbose_name = "账户"