Skip to content

Commit 34a61c6

Browse files
Kirans0615HadleyKing
authored andcommitted
Update config.md
1 parent 7c615c4 commit 34a61c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SECRET_KEY=^2uql114+yy0d$xv6+lm8*#1=uxs_oa0zw0bvu^fpi4tc9x0i
99
ANON_KEY=627626823549f787c3ec763ff687169206626149
1010

1111
[SERVER]
12+
PRODUCTION=False
1213
DEBUG=True
1314
ALLOWED_HOSTS=*
1415
SERVER_VERSION=24.06.13
@@ -64,4 +65,4 @@ This value is used as the `"NAME"`in Django's [DATABASES](https://docs.djangopro
6465
### EMAIL_BACKEND
6566
Specifies which of Django's [EMAIL_BACKEND](https://docs.djangoproject.com/en/5.0/topics/email/#topic-email-backends) classes to use.
6667

67-
This app has been tested using the `django.core.mail.backends.smtp.EmailBackend` with `sendmail` and a GMail account in production, and with `django.core.mail.backends.console.EmailBackend` in local deployments.
68+
This app has been tested using the `django.core.mail.backends.smtp.EmailBackend` with `sendmail` and a GMail account in production, and with `django.core.mail.backends.console.EmailBackend` in local deployments.

0 commit comments

Comments
 (0)