Skip to main content

Keyboard Shortcuts for your Admin Backend

Project description

Django Admin Keyboard Shortcuts
============

Keyboard Shortcuts for your Admin Backend. Currently, only a "save" shortcut is implemented.


Installation
------------

To get the latest stable release from PyPi

.. code-block:: bash

pip install django-admin-keyboard-shortcuts

To get the latest commit from GitHub

.. code-block:: bash

pip install -e git+git://github.com/arteria/django-admin-keyboard-shortcuts.git#egg=admin_keyboard_shortcuts


There are not further dependencies!

In your project settings, add ``admin_keyboard_shortcuts`` to your ``INSTALLED_APPS`` before ``django.contrib.admin``

.. code-block:: python

INSTALLED_APPS = (
...,
'admin_keyboard_shortcuts',
'django.contrib.admin',
...,
)



Optionally, by setting ``ADMIN_KEYBOARD_SHORTCUTS_HIDE_ICON = True`` in project settings, the icon that indicates
"shortcut support" will be hidden.




Don't forget to collect the icons

.. code-block:: bash

./manage.py collectstatic


Usage
-----

Just hit 'cmd' + 's' (or 'Ctrl' + 's') instead of clicking the "save" button on the bottom of the Django admin.


Icon
----

The icon is from Janik Baumgartner http://janikbaumgartner.com/
and can be found here: http://www.iconarchive.com/show/woocons-icons-by-janik-baumgartner.html

Contribute
----------

That's easy - just send your pull request. Thanks!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-keyboard-shortcuts-0.1.1.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file django-admin-keyboard-shortcuts-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-admin-keyboard-shortcuts-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f35c2538c89658ac59df9c8dce25e8838e88072f30603bddb559d037543a6f58
MD5 fe3b10fd6c5ddbc8fc80c89b5eeed98c
BLAKE2b-256 58087c8d145a4dad9f316b964d56765bf89584f4a79bf4910e861fcd2f82e553

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page