From e14bc4a02f2095c29bfb13a37319f420689921dd Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 23 Oct 2011 21:12:45 -0400 Subject: [PATCH] Setting stuf fup --- gs | 2 +- snipt/settings.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gs b/gs index b270570..86eed04 100755 --- a/gs +++ b/gs @@ -1,3 +1,3 @@ #!/usr/bin/env bash -gunicorn -c gunicorn.conf.py debug_wsgi:application +gunicorn_django snipt/settings.py -c gunicorn.conf.py debug_wsgi:application diff --git a/snipt/settings.py b/snipt/settings.py index 90b503b..c6c2081 100644 --- a/snipt/settings.py +++ b/snipt/settings.py @@ -159,6 +159,10 @@ LOGGING = { } } +# Email +EMAIL_BACKEND = 'postmark.backends.PostmarkBackend' +POSTMARK_API_KEY = '608d3101-1706-4a96-819f-f2f36fe00fe0' + # Grappelli settings GRAPPELLI_ADMIN_TITLE = 'Snipt'