added admins for bug reporting
This commit is contained in:
@@ -250,6 +250,11 @@ RQ_QUEUES = {
|
||||
#SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
|
||||
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
|
||||
|
||||
# admin stuff for error reporting
|
||||
SERVER_EMAIL='admin@rowsandall.com'
|
||||
ADMINS = [('Sander','roosendaalsander@gmail.com')]
|
||||
|
||||
|
||||
# email stuff
|
||||
|
||||
EMAIL_BACKEND = CFG['email_backend']
|
||||
|
||||
Reference in New Issue
Block a user