【发布时间】:2011-09-19 12:33:51
【问题描述】:
https://bitbucket.org/ubernostrum/django-registration 这就是我用于用户注册的内容。有一次,我登录的用户是无法进入userprofile页面的。
所以我安装了这个 https://bitbucket.org/ubernostrum/django-profiles/ 用于用户配置文件。
现在,这会在 urls.py 和 settings.py 文件中产生冲突。
如何解决。需要对 urls.py 和 settings.py 进行哪些更改,以便在用户登录时将他/她重定向到个人资料页面。
【问题讨论】:
标签: django