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.