Closed
Description
Proposed Changes
Completely remove support for the Django admin UI.
Justification
The Django admin UI was disabled by default in NetBox v4.0 as it is no longer utilized except by certain plugins. Removing it entirely will allow us to shed django.contrib.admin
as an installed app.
Impact
The Django admin UI will no longer be available to plugins.