summaryrefslogtreecommitdiff
path: root/local_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'local_settings.py')
-rw-r--r--local_settings.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/local_settings.py b/local_settings.py
new file mode 100644
index 0000000..8251c89
--- /dev/null
+++ b/local_settings.py
@@ -0,0 +1,9 @@
+#This file contains all information related to admin credentials for email,
+# db etc.
+
+
+EMAIL_HOST = 'your smtp host name'
+EMAIL_PORT = 'PORT Number'
+EMAIL_HOST_USER = 'your username'
+EMAIL_HOST_PASSWORD = 'your password'
+EMAIL_USE_TLS = True