Changes between Initial Version and Version 1 of Ticket #31857
- Timestamp:
- Aug 5, 2020, 9:52:12 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31857 – Description
initial v1 3 3 https://ibb.co/Jm0BdX3 4 4 5 Please note I'm using the `django_otp` package, that overrides the django's `admin.site.__class__` ith their own `OTPAdminSite` class. 5 Please note I'm using the `django_otp` package, that overrides the django's `admin.site.__class__` ith their own `OTPAdminSite` class. This only happens with that package. 6 6 7 7 Nevertheless, this could potentially be happening with any other package. Given how sensitive the admin information is, I believe it's safer to set `AdminSite.enable_nav_sidebar` to `False` so people's models are not exposed.