Skip to content
Snippets Groups Projects
Commit f430c3b0 authored by Vaibhav Mule's avatar Vaibhav Mule Committed by Fredrik Jonsson
Browse files

fix the import

parent b5deb3bc
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ from django.db.models import ( ...@@ -19,6 +19,7 @@ from django.db.models import (
from django.db.models.functions import Coalesce, Left, Length from django.db.models.functions import Coalesce, Left, Length
from django.http import Http404 from django.http import Http404
from django.shortcuts import render from django.shortcuts import render
from django.template.response import TemplateResponse
from django.utils.functional import cached_property from django.utils.functional import cached_property
from django.utils.safestring import mark_safe from django.utils.safestring import mark_safe
from django.utils.translation import gettext_lazy as _ from django.utils.translation import gettext_lazy as _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment