mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
Merge pull request #554 from tolbkni/fix-issue-553
fix syntax error while import settings.py
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user