Skip to main content

Keyboard Shortcuts for your Admin Backend

Project description

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

Keyboard Shortcuts for your Admin Backend. See "Usage" section below for all implemented shortcuts.


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.
* Use ``cmd`` + ``o`` (or ``Ctrl`` + ``o``) to save current and open new object (= add another).
* Use ``cmd`` + ``c`` (or ``Ctrl`` + ``c``) to save current and continue editing
* Use ``j`` and ``k`` navigation for result lists. Pressing the ``return`` key on a selected row opens the detail page.


TODO and planned features
============

* Open new object (= add another) on the for result lists
* Navigation using ``j`` and ``k`` in admin start page.


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

History
============


Development Version
-------------------


0.1.4
-----
* Added new shortcuts, see Usage section.
* Changed README to Markdown
* Startet History



Contribute
============


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

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/philippeowagner/django-admin-keyboard-shortcuts/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

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.4.tar.gz (8.5 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-admin-keyboard-shortcuts-0.1.4.tar.gz
Algorithm Hash digest
SHA256 de1adcda386c13ea551b2ffabc19bbdfac7f469db88a0afcfddf57f9461107dc
MD5 230031335d57b97b5e7ca8aa6d010b6c
BLAKE2b-256 883921d505c59e243c7e9b134da72c4a47de1ec84b56595f46842975be68873b

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