I want only superuser to see all models and edit/add them.But if a normal user like staff status user logs in i want him to show a screen saying “Hello”+username.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should really restrict access to the admin.
You can create a decorator to do add the functionality of
@superuser_requiredto the admin site, or simply just all people that areis_staffas otherwise.