From fe7452fcc661d358c16ea1263fb2d8c1de5b83ff Mon Sep 17 00:00:00 2001 From: Jamie Gao Date: Fri, 4 Nov 2022 01:45:04 +0800 Subject: [PATCH] fix syntax error while import settings.py --- webvirtcloud/settings.py.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 4d45be1..48170f5 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -278,8 +278,10 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.gmail.com' EMAIL_USE_TLS = True EMAIL_PORT = 587 -EMAIL_HOST_USER = #sender's email-id -EMAIL_HOST_PASSWORD = #password associated with above email-id +## sender's email-id +EMAIL_HOST_USER = '' +## password associated with above email-id +EMAIL_HOST_PASSWORD = '' # LDAP Config #