【发布时间】:2019-03-06 11:06:35
【问题描述】:
Reset password is redirecting me to this page
但我也在使用 .org 域。那么如果这个问题出在这个域上,那我该怎么办呢?
TIME_ZONE = 'Asia/Kolkata'
# https://docs.djangoproject.com/en/dev/ref/settings/#language-code
LANGUAGE_CODE = 'en-us'
# https://docs.djangoproject.com/en/dev/ref/settings/#site-id
SITE_ID = 1
# https://docs.djangoproject.com/en/dev/ref/settings/#use-i18n
USE_I18N = True
# https://docs.djangoproject.com/en/dev/ref/settings/#use-l10n
USE_L10N = True
# https://docs.djangoproject.com/en/dev/ref/settings/#use-tz
USE_TZ = True
【问题讨论】:
-
为了获得帮助,请编辑您的问题,例如添加生成该电子邮件的视图代码。
-
@Evhz 视图中没有密码重置代码,这是默认功能先生...
标签: python django django-forms django-templates