0

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. enter image description here

Maverick
  • 2,738
  • 24
  • 91
  • 157

1 Answers1

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