Import required settings symbol
authorMagnus Hagander <magnus@hagander.net>
Thu, 17 Jun 2010 12:14:53 +0000 (14:14 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 17 Jun 2010 12:14:53 +0000 (14:14 +0200)
pgweb/util/misc.py

index c423bb9bebdb36dd6e02dcb2b623a034f64f7526..b1de30488e93b5caf693a1ca7b2777cc38ff0662 100644 (file)
@@ -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