Oauth2 checks
This commit is contained in:
@@ -4455,7 +4455,8 @@ class JSONResponse(HttpResponse):
|
||||
content = JSONRenderer().render(data)
|
||||
kwargs['content_type'] = 'application/json'
|
||||
super(JSONResponse, self).__init__(content, **kwargs)
|
||||
|
||||
|
||||
@login_required()
|
||||
def strokedatajson(request,id):
|
||||
try:
|
||||
row = Workout.objects.get(id=id)
|
||||
|
||||
Reference in New Issue
Block a user