Setting stuf fup

master
Nick Sergeant 2011-10-23 21:12:45 -04:00
parent 91a37ceb78
commit e14bc4a02f
2 changed files with 5 additions and 1 deletions

2
gs
View File

@ -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

View File

@ -159,6 +159,10 @@ LOGGING = {
}
}
# Email
EMAIL_BACKEND = 'postmark.backends.PostmarkBackend'
POSTMARK_API_KEY = '608d3101-1706-4a96-819f-f2f36fe00fe0'
# Grappelli settings
GRAPPELLI_ADMIN_TITLE = '<a href="/">Snipt</a>'