# -*- coding: utf-8 -*-

EMAIL_SENDER='FFDN DB <no-reply@db.ffdn.org>'
#MAIL_SERVER=''
#SERVER_NAME = 'db.ffdn.org'
DEBUG = False
SECRET_KEY = None # Generate one
ADMINS = ('your@email.com',)