I want to learn how use the Django authentication system.I can create group and add permission to it and create users and add them to group.
I want when user log-in, on top of the page, I can show the name of user who is loggin-in and put logout link near it like most of the real website. how can I do this? should I use user profile? if yes where and how should I use it?