From c83ec0b0131d5c825baecbfa23592254cee9163e Mon Sep 17 00:00:00 2001 From: pql56kzg7 <3428067998@qq.com> Date: Sun, 23 Nov 2025 20:01:06 +0800 Subject: [PATCH] =?UTF-8?q?account-dyh=20=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- accounts--dyh/apps-new.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 accounts--dyh/apps-new.py diff --git a/accounts--dyh/apps-new.py b/accounts--dyh/apps-new.py new file mode 100644 index 0000000..9b3fc5a --- /dev/null +++ b/accounts--dyh/apps-new.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class AccountsConfig(AppConfig): + name = 'accounts'