This commit is contained in:
github
2019-07-15 20:16:56 +08:00
parent 2bef05016e
commit 114efffa83
44 changed files with 2470 additions and 0 deletions

5
resetpwd/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class ResetpwdConfig(AppConfig):
name = 'resetpwd'