-
Notifications
You must be signed in to change notification settings - Fork 235
Allow sidebar customization #128
base: master
Are you sure you want to change the base?
Conversation
hi @morlandi, I uninstalled the normal admin-bootstrap and installed yours with: |
Hi @mindfuucker ... As the PR has not been merged into the main project, you should install from branch "feature/sidebar_config" of my fork, instead Try this:
|
@morlandi, |
@morlandi Thanks for contributing, I will review your code as soon as I'm free to do it. @mindfuucker if you have any feedback on usage of this pull request, please share with us, it will help me to review this. =] |
Hi @douglasmiranda , consider me at your disposal for any required adjustment. |
this looked clean useful addition, any updates? |
Hello,
should you be interested in including this feature in the main project, please let me know if you require any modification from my side before merging this PR.
Purpose
The main purpose is to allow, optionally, a complete customization of the sidebar and admin index, when the grouping of models by apps is not the better way to organize the admin.
To obtain this, I adapted some ideas from "django-admin-index" (https://github.com/maykinmedia/django-admin-index).
Sample usage
file "settings.py":
file "admin_ex/sidebar.py":
Sample result:
Other minor changes: