添加Announcement的API测试,即url中的announcement_list_api,增加公告编辑及相应的API测试

This commit is contained in:
hohoTT
2015-08-06 19:07:46 +08:00
parent 290212d408
commit 1675eed67d
4 changed files with 73 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ class UsernameCheckAPIView(APIView):
else:
return serializer_invalid_response(serializer)
class EmailCheckAPIView(APIView):
def post(self, request):
"""