Skip to main content

Side menu for Grappelli, the Django admin Interface

Project description

https://badge.fury.io/py/grappelli-side-menu.png

Side menu for Grappelli, the Django admin Interface

./grappelli-side-menu.jpg

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

grappelli-side-menu-0.1.4.tar.gz (8.3 kB view hashes)

Uploaded Source

Supported by

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