diff options
Diffstat (limited to 'fossee_manim')
-rw-r--r-- | fossee_manim/local_settings.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fossee_manim/local_settings.py b/fossee_manim/local_settings.py new file mode 100644 index 0000000..3a98426 --- /dev/null +++ b/fossee_manim/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 +SENDER_EMAIL = 'your email address' |