Keyboard Shortcuts for your Admin Backend
Project description
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 ``J`` and ``K`` navigation for result lists. Pressing enter on a selected row opens the detail 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
Contribute
----------
That's easy - just send your pull request. Thanks!
============
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 ``J`` and ``K`` navigation for result lists. Pressing enter on a selected row opens the detail 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
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
Close
Hashes for django-admin-keyboard-shortcuts-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5584eb673ffc79e639530a63b5698024eddbd10b2aa4be95c5ea79c9b84e59e5 |
|
MD5 | 0bc3a3b08e89dacfce06676e0bc2fb02 |
|
BLAKE2b-256 | 8d3ee021b3aa52661fb1cb3f8f5eebc50c0ad58ebc1cfc5ed9bcd70c2bb98e9e |