Changes between Initial Version and Version 1 of Ticket #31857


Ignore:
Timestamp:
Aug 5, 2020, 9:52:12 AM (4 years ago)
Author:
Fernando Cordeiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31857 – Description

    initial v1  
    33https://ibb.co/Jm0BdX3
    44
    5 Please note I'm using the `django_otp` package, that overrides the django's `admin.site.__class__` ith their own `OTPAdminSite` class.
     5Please 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.
    66
    77Nevertheless, 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.
Back to Top