Skip to main content

A simple left menu for DjangoAdmin

Project description

Django Admin Left Menu

A left menu for django admin

Tutorials

  1. Install
$ pip install django-admin-left-menu
  1. Add xadmin to Installed Apps
INSTALLED_APPS = [
...
xadmin,
...
]
  1. Copy base_site.html of django admin
$ mkdir templates/admin -p
$ copy /path/to/django/admin/templates/admin/base_site.html templates/admin
  1. Add left menu code
$ vim templates/admin/base_site.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_admin_left_menu-0.1.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

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