A simple left menu for DjangoAdmin
Project description
Django Admin Left Menu
A left menu for django admin
Tutorials
- Install
$ pip install django-admin-left-menu
- Add xadmin to Installed Apps
INSTALLED_APPS = [
...
xadmin,
...
]
- Copy base_site.html of django admin
$ mkdir templates/admin -p
$ copy /path/to/django/admin/templates/admin/base_site.html templates/admin
- Add left menu code
$ vim templates/admin/base_site.html
Project details
Release history Release notifications | RSS feed
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.