修复若干bug,优化若干代码

This commit is contained in:
ladeng07
2022-05-15 01:31:26 +08:00
parent bd36d90a3b
commit f65714f84e
26 changed files with 417 additions and 212 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from . import views
# from rest_framework.routers import DefaultRouter
urlpatterns = [
path("department_cn/", views.DepartmentMessageView.as_view()),
path("department/", views.DepartmentMessageView.as_view()),
path("sign_up/", views.SignUpView.as_view()),
path("sign_up/verification_code/", views.SendEmailView.as_view()),
# path("sign_up/<string:pk>", views.Sign_in.as_view({"get": "get"}))