From 1e08b230e59f3029198ed31d3616e8dbbf36c96b Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 15 Jan 2024 12:07:43 +0100 Subject: [PATCH] Imports json --- subscriptions/views.py | 1 + 1 file changed, 1 insertion(+) 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.")