Django Admin Bootstrapped Plus provides a vertical sidebar to the standard Django admin pages.
Project description
Django Admin Bootstrapped Plus is a small Django app which provides a vertical sidebar to the standard Django admin pages, as provided by the required app Django Admin Bootstrapped.
The vertical sidebar provides a stack of links to all models, grouped by the installed apps.
See Django 9cms for screenshot.
Dependencies
Python (3.4+)
Django (1.8+): Web framework
django-admin-bootstrapped (2.5+): provide a nicer admin interface experience
Quick how-to
This is a quick guide on how to use it.
Install django-admin-bootstrapped-plus:
$ pip install django-admin-bootstrapped-plus
or download source and place in project root
Dependencies (resolved by pip):
Django==1.8.7 django-admin-bootstrapped==2.5.6
Settings
You need to install the app in INSTALLED_APPS before admin_bootstrapped and before admin, so that Django loads the templates properly:
INSTALLED_APPS = ( 'admin_bootstrapped_plus', 'django_admin_bootstrapped', 'django.contrib.admin', # ... )
Start the development server and visit http://127.0.0.1:8000/admin/
That’s it.
Footnote
Any contribution to the project is highly appreciated and the best will be done to respond to it.
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
File details
Details for the file django-admin-bootstrapped-plus-0.1.1.2.tar.gz
.
File metadata
- Download URL: django-admin-bootstrapped-plus-0.1.1.2.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46cc27def03f5813ec0ee0bf3a4aed44acfedb1eebdd4abc7bb11e8df97e9000 |
|
MD5 | 0c7a217ff37848d198714ec16c43e240 |
|
BLAKE2b-256 | ea4df09fa76e59c40d706630918252ee09dd2f859af0870b1a659adb4e8a4356 |