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'