Hello I have to make normal users with email verification and special_users that can accept a user that did apply demand form like this:
User Form after registration (Super_User cant see this form)
The special user in the other hand will see a list of applicants(users)(Note that will be many special_users) like this and normal users cant see this list, because theirs acces is restricted here
Now if a special_user could click on a name, sort or search by the fields, in the end he can view a user application form that a new user did apply for, and special user could have the posibility to accept, if he accepts then the user is no longer on the list of applications he is only visible on the list of that super_user.
Other restrictions: If a user did make a registration with his email, but now he wants to make a double account to apply again he cant apply as that time as a super_user didnt accept his application form
A user can be blacklisted with a reason: 1) not a good person 2) bad neighbour
What I try to do is an index.html with login and the same index if logout.html if login granted users will have their content depending on what their roles are. If Anyone can help, I use PYCHARM from Jetbrains, i am very new to Django but i have a big experience in python