Skip to content

Commit

Permalink
fix: url.py import JsonResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Mar 28, 2024
1 parent 9f49927 commit b865571
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions open_city_profile/urls.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import json

from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin
from django.http import HttpResponse
from django.http import HttpResponse, JsonResponse
from django.urls import include, path
from django.utils.translation import gettext_lazy as _
from django.views.decorators.csrf import csrf_exempt
Expand Down

0 comments on commit b865571

Please sign in to comment.