-1

What is the easiest way to add keyboard shortcuts to Django admin panel without overriding admin templates? Like new object, save object, delete object and etc.

1 Answer 1

1

I don't know if this is possible.

You could just override the admin template and extend it, so you could load a custom JS file to do your shortcuts.

Check out this answer, i believe it may help you:
How to load a custom JS file in Django admin home?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.