I am using django version 3.2.11, and on change form, change list page of every model it shows all the models.
I have attached the image.
PS: collectstatic command is run too. and no admin template customization is done.
Asked
Active
Viewed 370 times
0

Maverick
- 2,738
- 24
- 91
- 157
1 Answers
0
For anyone looking for an answer: Just set this in root urls.py
admin.site.enable_nav_sidebar = False

Maverick
- 2,738
- 24
- 91
- 157