Skip to content

Commit c323abe

Browse files
Update local_settings.py (VNOI-Admin#4)
* Update local_settings.py * Update local_settings.py
1 parent cba8dbb commit c323abe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sample_files/local_settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
#EMAIL_PORT = 587
9292

9393
# To use Mailgun, uncomment this block.
94-
# You will need to run `pip install django-mailgun` to get `MailgunBackend`.
95-
#EMAIL_BACKEND = 'django_mailgun.MailgunBackend'
96-
#MAILGUN_ACCESS_KEY = '<your Mailgun access key>'
97-
#MAILGUN_SERVER_NAME = '<your Mailgun domain>'
94+
# You will need to run `pip install django-mailgun-mime` to get `MailgunBackend`.
95+
#EMAIL_BACKEND = 'django_mailgun_mime.backends.MailgunMIMEBackend'
96+
#MAILGUN_API_KEY = '<your Mailgun access key>'
97+
#MAILGUN_DOMAIN_NAME = '<your Mailgun domain>'
9898

9999
# You can also use SendGrid, with `pip install sendgrid-django`.
100100
#EMAIL_BACKEND = 'sgbackend.SendGridBackend'

0 commit comments

Comments
 (0)