GithubHelp home page GithubHelp logo

uroybd / django-admin-bootstrapped-plus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wtower/django-admin-bootstrapped-plus

0.0 2.0 0.0 13 KB

Django Admin Bootstrapped Plus provides a vertical sidebar to the standard Django admin pages.

License: BSD 3-Clause "New" or "Revised" License

Python 31.62% CSS 8.49% HTML 59.89%

django-admin-bootstrapped-plus's Introduction

Django Admin Bootstrapped Plus

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.

  1. Install django-admin-bootstrapped-plus:

    $ pip install django-admin-bootstrapped-plus
    

    or download source and place in project root

  2. Dependencies (resolved by pip):

    Django==1.8.7
    django-admin-bootstrapped==2.5.6
    
  3. 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',
        # ...
    )
    
  4. 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.

django-admin-bootstrapped-plus's People

Contributors

uroybd avatar wtower avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.