first of all I want to clarify that I am new to this, so if I fail in some concepts I apologize in advance.
I have configured the django administration panel, with an administrator user and two other users that I need to have different permissions to access certain urls of the web environment.
In the home page there are three titles with links to three different sections of the page: SECTION A, SECTION B AND SECTION C.
I want to have a user that has access to all the sections of the page and the other user that has access only to two sections.
How can I manage that?
Another thing I would need is the following: in my configuration, by default, when you launch the web server, the first thing that opens is the django administration portal, but I need that when you log in with a user, access directly to the url that has permissions.
Thanks in advance