Ejemplo n.º 1
0
def get_draft(request):
    cached_draft = DRAFT_CACHE.get(request.user.id)
    return HttpResponse(json.dumps(cached_draft))