missing import added

This commit is contained in:
Peter Pfeufer 2021-08-17 23:47:15 +02:00
parent 63d7fb80e6
commit 96170a668f
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -1,4 +1,5 @@
from django.conf.urls import include, url
from django.core.exceptions import ObjectDoesNotExist
from django.template.loader import render_to_string
from django.utils.functional import cached_property
from django.conf import settings