summaryrefslogtreecommitdiff
path: root/local_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'local_settings.py')
-rw-r--r--local_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/local_settings.py b/local_settings.py
index 8251c89..940a33e 100644
--- a/local_settings.py
+++ b/local_settings.py
@@ -7,3 +7,4 @@ EMAIL_PORT = 'PORT Number'
EMAIL_HOST_USER = 'your username'
EMAIL_HOST_PASSWORD = 'your password'
EMAIL_USE_TLS = True
+SENDER_EMAIL = 'your email address' \ No newline at end of file