增加了题目的 model 修改几个 typo

This commit is contained in:
virusdefender
2015-07-17 11:00:15 +08:00
parent dd7fe6ee44
commit 3ee4b57802
6 changed files with 61 additions and 17 deletions

View File

@@ -36,3 +36,11 @@ class UserRegisterView(APIView):
def post(self, request):
pass
class UserChangePasswordView(APIView):
def get(self, request):
pass
def post(self, request):
pass