projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12cdc90
)
Import required settings symbol
author
Magnus Hagander
<magnus@hagander.net>
Thu, 17 Jun 2010 12:14:53 +0000
(14:14 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 17 Jun 2010 12:14:53 +0000
(14:14 +0200)
pgweb/util/misc.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/util/misc.py
b/pgweb/util/misc.py
index c423bb9bebdb36dd6e02dcb2b623a034f64f7526..b1de30488e93b5caf693a1ca7b2777cc38ff0662 100644
(file)
--- a/
pgweb/util/misc.py
+++ b/
pgweb/util/misc.py
@@
-1,5
+1,6
@@
from subprocess import Popen, PIPE
from email.mime.text import MIMEText
+from django.conf import settings
from pgweb.util.helpers import template_to_string