Add hotkeys to the Django admin interface to improve your workflow.
pip install django-admin-hotkeys
- Add
django_admin_hotkeys
to yourINSTALLED_APPS
insettings.py
and make sure it's beforedjango.contrib.admin
:INSTALLED_APPS = [ ... "django_admin_hotkeys", "django.contrib.admin", ... ]
- PROFIT!
/
: Focus the search boxn
: Navigate to "Add" page to create a new item