我仍然是一個新手,我不知道我應該如何設置用戶的配置文件頁面。 django.contrib.auth.views.login
將重定向到accounts/profile
頁面,但我應該如何設置它?Django:建立用戶個人資料頁面?
在urls.py
中定義accounts/profile
並將其重定向到模板還是更復雜的模式很常見?
django.views.generic.simple.direct_to_template, {'template':'profile.html'})
其中profile.html
住在PROJECT_ROOT/templates/profile.html
並延伸base.html
?
更完整的答案:http://stackoverflow.com/questions/6085025/django-user-profile – ptim 2016-05-23 23:53:54