summaryrefslogtreecommitdiff
path: root/fossee_anime/local_settings.py
diff options
context:
space:
mode:
authorAkshen2019-04-12 12:10:57 +0530
committerGitHub2019-04-12 12:10:57 +0530
commitfe07d5461e6383535f03cf3b2d3cd01455156490 (patch)
tree9e72c07e7f2b44df90f2d66245ac07f6c0031201 /fossee_anime/local_settings.py
parent359a4862c277d6e390a94bd54151b9630e604147 (diff)
parent4cd48b7e59717e696d5c516506e04317eb93193d (diff)
downloadFOSSEE_animations-fe07d5461e6383535f03cf3b2d3cd01455156490.tar.gz
FOSSEE_animations-fe07d5461e6383535f03cf3b2d3cd01455156490.tar.bz2
FOSSEE_animations-fe07d5461e6383535f03cf3b2d3cd01455156490.zip
Merge pull request #4 from Akshen/develop
Develop
Diffstat (limited to 'fossee_anime/local_settings.py')
-rw-r--r--fossee_anime/local_settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/fossee_anime/local_settings.py b/fossee_anime/local_settings.py
new file mode 100644
index 0000000..88c3471
--- /dev/null
+++ b/fossee_anime/local_settings.py
@@ -0,0 +1,7 @@
+EMAIL_HOST = 'your smtp host name'
+EMAIL_PORT = 'PORT Number'
+EMAIL_HOST_USER = 'your username'
+EMAIL_HOST_PASSWORD = 'your password'
+EMAIL_USE_TLS = True
+SENDER_EMAIL = 'your email address'
+SECRET_KEY_SETTINGS = 'KEY' \ No newline at end of file