aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index f02c048..30799c4 100644
--- a/settings.py
+++ b/settings.py
@@ -205,10 +205,9 @@ EMAIL_HOST_PASSWORD = ''
EMAIL_HOST_USER = ''
EMAIL_USE_TLS = True
EMAIL_SUBJECT_PREFIX = '[Servo] '
+DEFAULT_FROM_EMAIL = 'support@servoapp.com'
SERVER_EMAIL = 'servo@' + socket.gethostname()
-DEFAULT_FROM_EMAIL = 'support@servoapp.com'
-
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.TokenAuthentication',