well, that was an easy cleanup, now it is nice and consistent

This commit is contained in:
Philippe Luickx 2015-08-07 13:46:18 +03:00
parent bd193a1401
commit 4a3ea85f44

View File

@ -26,7 +26,6 @@ class Register(APIView, SignupView):
"""
permission_classes = (AllowAny,)
# user_serializer_class = UserDetailsSerializer
allowed_methods = ('POST', 'OPTIONS', 'HEAD')
token_model = Token
serializer_class = TokenSerializer