diff options
author | Magnus Hagander | 2010-06-17 12:14:53 +0000 |
---|---|---|
committer | Magnus Hagander | 2010-06-17 12:14:53 +0000 |
commit | f17bb0219e1a5be2af4ce0fecad3c87bb6922fe7 (patch) | |
tree | d5bd3daaab55090cb47887fb61eab69dbc2aa813 /pgweb/util/misc.py | |
parent | 12cdc90e3e6197301073585a7e45c65898d4fb23 (diff) |
Import required settings symbol
Diffstat (limited to 'pgweb/util/misc.py')
-rw-r--r-- | pgweb/util/misc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgweb/util/misc.py b/pgweb/util/misc.py index c423bb9b..b1de3048 100644 --- 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 |