哪裏可以找到django註冊的好模板?我找到了一個,但激活不正常 - 當用戶點擊激活鏈接時,他得到:Django註冊,模板
您好! 檢查您的電子郵件以確認註冊。還剩7天。
而不是〜「激活成功/失敗」。
哪裏可以找到django註冊的好模板?我找到了一個,但激活不正常 - 當用戶點擊激活鏈接時,他得到:Django註冊,模板
您好! 檢查您的電子郵件以確認註冊。還剩7天。
而不是〜「激活成功/失敗」。
一些模板可以在這裏找到:http://devdoodles.wordpress.com/2009/02/16/user-authentication-with-django-registration/
$ tree
.
|-- [ 981] base.html
|-- [ 89] index.html
`-- [ 544] registration
|-- [ 287] activate.html
|-- [ 221] activation_email.txt
|-- [ 67] activation_email_subject.txt
|-- [ 459] login.html
|-- [ 110] logout.html
|-- [ 116] password_change_done.html
|-- [ 192] password_change_form.html
|-- [ 193] password_reset_complete.html
|-- [ 283] password_reset_confirm.html
|-- [ 153] password_reset_done.html
|-- [ 215] password_reset_email.html
|-- [ 192] password_reset_form.html
|-- [ 146] registration_complete.html
`-- [ 192] registration_form.html
我發現這裏的模板是一個很好的起點:
https://github.com/yourcelf/django-registration-defaults
(請注意,你需要一個base.html文件爲他們包括)
the djen of django book有一些Django註冊與一些解釋模板。
確保您使用的是最新版本的Django-registration-redux。當前版本是1.4。也請訪問this鏈接並手動下載django-registration應用程序。下載完成後,將模板/註冊模板拖放到您的模板/註冊中。在這些步驟之後再次檢查帖子。
我喜歡它,謝謝! – Agos 2010-12-04 19:02:31