在pinax项目中,有人可以如何配置变量(例如{{current_site}},{{email_url}},{{activate_url}}等)以适应django-user-accounts,pinax app ?
例如,当我配置settings.py并设置
时ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = True
现在,当我创建新用户时,我收到了消息
Confirm your email address
We have sent you an email to e@e.com for verification.
Follow the link provided to finalize the signup process.
If you do not receive it within a few minutes, contact us
at support@example.com
所以我的问题是,这些Django变量在哪里?如何更改它们以使support@example.com更改为所需的电子邮件地址?
答案 0 :(得分:0)
添加你的settings.py
THEME_CONTACT_EMAIL = 'desired@email.com'