문제

how does it write.

code example please.

도움이 되었습니까?

해결책

The activation_email.txt is a django template which contains whatever you want, plus a link back to your site.

Something like:

To activate your account, go here: {{ site }}/accounts/activate/{{ activation_key }}/

Take a look at the quick start in the docs folder (or read online here.)

This site had an implementation walkthrough, but the link is dead now.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top