summaryrefslogtreecommitdiff
path: root/fossee_anime
diff options
context:
space:
mode:
authorAkshen2019-04-12 11:48:49 +0530
committerAkshen2019-04-12 11:54:05 +0530
commit31ac112d643cfa3ec9393a7e07299987d4043bc1 (patch)
tree096fea4b6793ad177036991acf5f1b8a38f1a3ab /fossee_anime
parentdcc14d1e80011be4cdf7f10f248be90e96471beb (diff)
parent359a4862c277d6e390a94bd54151b9630e604147 (diff)
downloadFOSSEE_animations-31ac112d643cfa3ec9393a7e07299987d4043bc1.tar.gz
FOSSEE_animations-31ac112d643cfa3ec9393a7e07299987d4043bc1.tar.bz2
FOSSEE_animations-31ac112d643cfa3ec9393a7e07299987d4043bc1.zip
Merge branch 'master' of https://github.com/FOSSEE/FOSSEE_animations into develop
Diffstat (limited to 'fossee_anime')
-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