I created a Django admin shortcut interface

Hi there,

I’ve created a Django app to extend the Django admin and shortcut interface. When you type ctrl/cmd + k on Django admin will bring up the shortcut and you can easily navigate the admin easily.

4 Likes

This looks super useful! Navigating the Django admin can sometimes be a bit slow, and having a quick shortcut interface sounds like a great productivity boost.

I’ll definitely check it out. Does it support custom commands or integrations with third-party Django apps? Would love to hear more about how configurable it is!

Great work!

Hello,

Thank you for taking the time to explore the project. I completely understand that navigating the Django admin interface can be challenging, which is precisely why I started this project. While there are several features currently in the pipeline, I’ve been focused on other projects recently. However, I plan to revisit the Palette project this week and will work on making improvements.

One of the main areas I’m addressing is the installation process. At present, you need to remove the default admin and replace it with the Palette admin, which isn’t ideal. My top priority is to explore alternative methods that would allow users to simply add ‘palette’ to the INSTALLED_APPS to integrate it into their project seamlessly.

Additionally, I’m planning to implement features like app/model search by ID, as well as the ability to edit or delete directly from the command palette — this is something I believe will significantly enhance the user experience.

Thank you for your patience and feedback. I look forward to making these improvements soon.