Пример #1
0
def ConfigView(request):
    data = GoProHero.config()
    return HttpResponse(json.dumps(data), content_type="application/json")