Merge branch 'master' into fix-license_2

This commit is contained in:
Chris Meyers
2015-06-08 14:40:19 -04:00
18 changed files with 112 additions and 60 deletions

View File

@@ -273,7 +273,7 @@ class ApiV1ConfigView(APIView):
mongodb_control.delay('stop')
except OSError:
pass
return Response()
return Response(status=status.HTTP_204_NO_CONTENT)
class DashboardView(APIView):