diff --git a/subscriptions/views.py b/subscriptions/views.py index 0dc8d53..0218c2b 100644 --- a/subscriptions/views.py +++ b/subscriptions/views.py @@ -1,5 +1,6 @@ from django.shortcuts import render from django.http import HttpResponse, JsonResponse +import json def index(request): return HttpResponse("Hello, world. You're at the subs index.")