Skip to content

Add hotkeys to the Django admin interface to improve your workflow.

License

Notifications You must be signed in to change notification settings

amureki/django-admin-hotkeys

Repository files navigation

Django Admin Hotkeys

Add hotkeys to the Django admin interface to improve your workflow.

django-admin-hotkeys demo screenshot

PyPi Version GitHub License

Usage

  1. pip install django-admin-hotkeys
  2. Add django_admin_hotkeys to your INSTALLED_APPS in settings.py and make sure it's before django.contrib.admin:
    INSTALLED_APPS = [
        ...
        "django_admin_hotkeys",
        "django.contrib.admin",
        ...
    ]
  3. PROFIT!

Hotkeys

  • /: Focus the search box
  • n: Navigate to "Add" page to create a new item

About

Add hotkeys to the Django admin interface to improve your workflow.

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published