Skip to main content

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.

Detailed documentation soon to be published.

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.

  1. Install django-admin-bootstrapped-plus

  • Download source and place in project root

  • Soon available as python package

  1. Dependencies:

  • Add the following to the requirements.txt file:

    Django==1.8.7
    django-admin-bootstrapped==2.5.6
  • Then run:

    $ sudo pip install -r requirements.txt
  1. 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',
        # ...
    )
  1. 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 Distributions

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

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django-admin-bootstrapped-plus-0.1.0.tar.gz (8.6 kB view details)

Uploaded Source

File details

Details for the file django-admin-bootstrapped-plus-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-admin-bootstrapped-plus-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3f69b8d989c0e88e234d0c7363d1b93b3cc12c01fbf51baf30d43c70edde1820
MD5 d4dfd3f094bcc574894500e0c4526bc0
BLAKE2b-256 221b3ce6a7c2b87badffab79de4194230359e8f61f06b352ab0019366f930643

See more details on using hashes here.

Supported by

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