east-and-west-magic / django-pgsns

our social networks website
MIT License
0 stars 1 forks source link

bug after logged in as admin #27

Closed yao-eastside closed 5 months ago

yao-eastside commented 5 months ago

go to landing page, login as admin, the page will be redirected to accounts/profile, which does not exist. Therefore we will see an 404 error.

yao-eastside commented 5 months ago

http://127.0.0.1:8000/accounts/profile/

yao-eastside commented 5 months ago
Screenshot 2024-03-28 at 8 31 54 PM
yao-eastside commented 5 months ago

@Beracles @lyl2021 @an888888H

Beracles commented 5 months ago

可以在setting.py里面设置LOGIN_REDIRECT_URL这个参数 LOGIN_REDIRECT_URL = 'index'

yao-eastside commented 5 months ago

solved by #31