Skip to content

Instantly share code, notes, and snippets.

@fellipeh
Created May 21, 2015 14:17
Show Gist options
  • Save fellipeh/d5a809efd79c386ec958 to your computer and use it in GitHub Desktop.
Save fellipeh/d5a809efd79c386ec958 to your computer and use it in GitHub Desktop.
@require_http_methods(['POST'])
@csrf_exempt
def get_iugu_retorno(request):
d1 = request.POST
d2 = d1.get('data[id]')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment