Fix broken tests after removing session authentication.

This commit is contained in:
Chris Church
2013-11-19 15:25:47 -05:00
parent a25a162229
commit e2e8a7e346
2 changed files with 7 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ class ApiV1ConfigView(APIView):
class AuthTokenView(APIView):
authentication_classes = []
permission_classes = (AllowAny,)
serializer_class = AuthTokenSerializer
model = AuthToken