Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
wc-django-jet-sidebar
Advanced tools
WebCase Jet Sidebar Customization offers a flexible and powerful customization system for the Django admin interface sidebar, allowing administrators to configure the order, custom names, positioning, and view mode (compact or expanded) of sidebar items for the current user.
This package is perfect for those looking to enhance the usability and efficiency of their admin panel, providing custom settings for each sidebar item based on user needs and preferences.
To get started with WebCase Jet Sidebar Customization, follow these steps:
Install the package using pip:
pip install wc-django-jet-sidebar
Add wcd_jet_sidebar
to your settings.py
:
INSTALLED_APPS += [
'wcd_jet_sidebar',
]
To integrate with your project, replace the inheritance of your admin interface templates:
In /markup/templates/admin/base_site.html
and /markup/templates/rosetta/base.html
files, replace:
{% extends "admin/base.html" %}
With:
{% extends "wcd_jet_sidebar/base.html" %}
You are now ready to use WebCase Jet Sidebar Customization to customize and optimize your Django admin interface. Personalize your sidebar effortlessly and conveniently, making your work more productive and enjoyable.
FAQs
Configurable sidebar for django-jet admin panel.
We found that wc-django-jet-sidebar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.