Skip to main content

SB Admin dashboard bootstrap 3 theme packaged as a reusable Django app.

Project description

https://picup.it/media/smarts/b3d2cfe66830794ce35bdee04bbe74f6.jpg

Introduction

Django SB Admin is a resuable Django app which provides a Bootstrap 3 SB Admin dashboard theme:

http://startbootstrap.com/template-overviews/sb-admin/

SB Admin is a free to download Bootstrap admin template. This template uses the default Bootstrap 3 styles along with a variety of powerful jQuery plugins to create a powerful framework for creating admin panels, web apps, or back-end dashboards.

Installation

  1. Install an app:

    pip install django-sb-admin
  2. Add “django_sb_app” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'django_sb_app',
    )
  3. If you want to see an example app, add following to your urls file:

    url(r'^django-sb-admin/', include('django_sb_admin.urls')),

Usage

  1. Copy following blank template:

    django_sb_admin/sb_admin_blank.htnk

or:

  1. Extend a base template:

    {% extends "django_sb_admin/base.html" %}

and then:

  1. Override following blocks:

    {% block sb_admin_header %}<!-- Header of the page -->{% endblock sb_admin_header %}
    {% block sb_admin_title %}<!-- Title of the content the page -->{% endblock sb_admin_title %}
    {% block sb_admin_sidebar %}<!-- left sidebar -->{% endblock sb_admin_sidebar %}
    {% block sb_admin_navbar_right %}<!-- right top navbar -->{% endblock sb_admin_navbar_right %}
    {% block sb_admin_content %}<!-- content -->{% endblock sb_admin_content %}

Conventions

Template blocks

  • Names of blocks start with sb_admin

License

Copyright 2015 Rafał Zawadzki

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

SB Admin itself is licensed under the Apache License https://github.com/IronSummitMedia/startbootstrap-sb-admin/blob/gh-pages/LICENSE

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

django-sb-admin-0.3.tar.gz (727.5 kB view details)

Uploaded Source

File details

Details for the file django-sb-admin-0.3.tar.gz.

File metadata

  • Download URL: django-sb-admin-0.3.tar.gz
  • Upload date:
  • Size: 727.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-sb-admin-0.3.tar.gz
Algorithm Hash digest
SHA256 99185471463f0a0fb0ea0802130b26f91cd5f6b30c8715c5ff9f9b3df19a725e
MD5 1dcebe36e6c91ce35192580379861a57
BLAKE2b-256 7df5480d70a0c40e682b848b81a835eebdb8f5cc362d3b200c9339d694f94f67

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