Fix missing import

main
Laurent 2 years ago
parent fabab172be
commit c1541a79ca
  1. 3
      subscriptions/views.py

@ -1,7 +1,8 @@
from django.shortcuts import render from django.shortcuts import render
from django.http import HttpResponse, JsonResponse from django.http import HttpResponse, JsonResponse
import json
from django.views.decorators.csrf import csrf_exempt from django.views.decorators.csrf import csrf_exempt
from .models import ASSNotification
import json
def index(request): def index(request):
return HttpResponse("Hello, world. You're at the subs index.") return HttpResponse("Hello, world. You're at the subs index.")

Loading…
Cancel
Save