diff --git a/subscriptions/views.py b/subscriptions/views.py index 8ab5c44..e96d00b 100644 --- a/subscriptions/views.py +++ b/subscriptions/views.py @@ -1,6 +1,7 @@ from django.shortcuts import render from django.http import HttpResponse, JsonResponse import json +from django.views.decorators.csrf import csrf_exempt def index(request): return HttpResponse("Hello, world. You're at the subs index.")