File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 224
224
# EMAIL
225
225
# ------------------------------------------------------------------------------
226
226
# https://docs.djangoproject.com/en/dev/ref/settings/#email-backend
227
- EMAIL_BACKEND = env ('DJANGO_EMAIL_BACKEND ' , default = 'django.core.mail.backends.smtp.EmailBackend' )
227
+ EMAIL_BACKEND = env ('EMAIL_BACKEND ' , default = 'django.core.mail.backends.smtp.EmailBackend' )
228
228
229
229
# ADMIN
230
230
# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 10
10
# https://docs.djangoproject.com/en/dev/ref/settings/#debug
11
11
DEBUG = False
12
12
# https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
13
- SECRET_KEY = env ('DJANGO_SECRET_KEY ' , default = '0wG2N60LqkDwM0Vi42p63bTekW3ac7Jt9w140F6YuUzsPcJMynEmFcx5YKlTzlop ' )
13
+ SECRET_KEY = env ('SECRET_KEY ' , default = '0wG2N60LqkDwM0Vi42p63bTekW3ac7Jt9w140 ' )
14
14
# https://docs.djangoproject.com/en/dev/ref/settings/#test-runner
15
15
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
16
16
You can’t perform that action at this time.
0 commit comments