1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-12 16:35:17 +00:00

fix syntax error while import settings.py

This commit is contained in:
Jamie Gao 2022-11-04 01:45:04 +08:00
parent b43d7b0a8c
commit fe7452fcc6

View file

@ -278,8 +278,10 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST = 'smtp.gmail.com'
EMAIL_USE_TLS = True EMAIL_USE_TLS = True
EMAIL_PORT = 587 EMAIL_PORT = 587
EMAIL_HOST_USER = #sender's email-id ## sender's email-id
EMAIL_HOST_PASSWORD = #password associated with above email-id EMAIL_HOST_USER = ''
## password associated with above email-id
EMAIL_HOST_PASSWORD = ''
# LDAP Config # LDAP Config
# #