Struggling with my very basic django auth login system. When a new user
registers, they are first redirected to `/user/user_id` as I'd like (the
user is being created fine), but they are then redirected to
`/login?next=/user/user_id/` which is being done by the @login_decorator
over the `user`
Although the auth module is very useful, there's still a lot of faffing to be
done just to get a standard user login system in place. Can anyone recommend a
sort of boilerplate solution with a full suite of registration, user profile
pages, etc. written up and ready to copy/paste or plug/play?
2 matches
Mail list logo