Side menu for Grappelli, the Django admin Interface
Project description
Side menu for Grappelli, the Django admin Interface
Quickstart
Install grappelli-side-menu:
pip install grappelli-side-menu
Add “grappelli_menu” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( 'grappelli_menu', 'grappelli', 'django.contrib.admin', ..... )
Add django.core.context_processors.request to your TEMPLATE_CONTEXT_PROCESSORS if it’s not there already:
TEMPLATE_CONTEXT_PROCESSORS = ( ..... "django.core.context_processors.request", )
Features
TODO
History
0.1.4 (2016-17-10)
Compatibility with 1.9
Cleanup
Cursor pointer for menu items
0.1.3 (2014-28-04)
Fix: Hiding the menu in the login and logout screen
0.1.1,0.1.2 (2014-25-04)
Fix: Including the css file
0.1.0 (2014-25-04)
First release on PyPI.
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 grappelli-side-menu-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0ddfe028fb1329c1f803a0cd612a9c55d073813bb1b51cdb9e3e9c1184e405d |
|
MD5 | 5b983a427492e72a4a02b448b1b9f773 |
|
BLAKE2b-256 | 75617049b73e4696112904140f35409c0730447c3e4ddb4079533699bbfe66a6 |