django-command-palette
django-command-palette copied to clipboard
A modern Django admin shortcut interface ( kbar )
Question
If I want to use the same thing for django templates is there a library for that or does this one also support that? also is there more docs on...
Is there a way to use the command palette outside regular Django admin panel?
After selected the model when hitting the tab or space that follows to select the add, edit dialogue should open. Upon selecting the navigation should redirect to add, edit page...
Another django-admin-interface related issue. This element on the right has `z-index: 30` ([source](https://github.com/fabiocaccamo/django-admin-interface/blob/bf72f6c982bcefe7d85529eb6c7a954d73c471ef/admin_interface/static/admin_interface/css/admin-interface.css#L352)), so is in front of palette's translucent background. Setting palette's z-index to anything >30 fixes this.
Firstly I love the idea of this, thanks for making it! I followed the install instructions and it didn't immediately work for me. The cause is django-admin-interface, specifically this: https://pypi.org/project/django-admin-interface/#:~:text=Custom%20base%2Dsite.html...