projects
/
pgeu-system.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b18c1
)
Add another missing import
author
Magnus Hagander
<magnus@hagander.net>
Wed, 4 Sep 2024 16:21:07 +0000
(18:21 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 4 Sep 2024 16:21:17 +0000
(18:21 +0200)
postgresqleu/util/views.py
patch
|
blob
|
blame
|
history
diff --git
a/postgresqleu/util/views.py
b/postgresqleu/util/views.py
index 41c2d382000db7fcc7249916e6514fb456f54a28..11b5b82110ba432b1b369163bf83696d75e32ecc 100644
(file)
--- a/
postgresqleu/util/views.py
+++ b/
postgresqleu/util/views.py
@@
-2,6
+2,7
@@
from django.views.decorators.csrf import csrf_exempt
from django.shortcuts import get_object_or_404
from django.contrib.auth.decorators import login_required
from django.http import HttpResponse, Http404, HttpResponseRedirect
+from django.conf import settings
from postgresqleu.confreg.models import MessagingProvider
from postgresqleu.util.messaging import get_messaging