From 1720006593bcafd122c5173a42fa1b80c0dc816c Mon Sep 17 00:00:00 2001 From: j Date: Tue, 26 Oct 2021 17:02:11 +0100 Subject: [PATCH] fix import --- app/contact/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/contact/views.py b/app/contact/views.py index c9d8ee8..c7b65cb 100644 --- a/app/contact/views.py +++ b/app/contact/views.py @@ -1,3 +1,4 @@ +from django.conf import settings from django.shortcuts import render from . import forms