-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the Django admin UI #12325
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
It's not a concern but https://github.com/Onemind-Services-LLC/netbox-secrets/ will need to redesign the UIs to allow for this change. Currently, an admin activates the user key from the admin panel and this list of keys is also only visible on the admin side as the |
No problem here - admin functionality was removed from |
After further discussion, we've decided to stop short of completely eliminating support for the Django admin UI. Instead, we'll disable it by default and provide a configuration parameter to enable it, to support any plugins which still require it. The admin UI will likely be fully removed in a future release. |
Proposed Changes
Disable the Django admin UI entirely. The few functions it still performs currently will be migrated to dedicated views within the primary UI.
Justification
All aspects of NetBox should be accessible via its primary user interface. Disabling the standalone Django admin UI will allow us to deliver a single, cohesive interface, while eliminating dependencies on
django.contrib.admin
.Impact
The following admin views will be migrated to the primary UI (some have already been moved):
UsersGroupsConfig revisionsPermissionsTokensThe following admin views will be removed entirely:
python-social-auth
The text was updated successfully, but these errors were encountered: