Skip to main content

Responsive Theme for Django Admin With Sidebar Menu (Django 1.11)

Project description

If you’re looking for a version compatible with Django 1.8 just install 0.3.7.1.

Features

  • Responsive

  • Sidebar Menu

  • Easy install / setup

  • Support Django 1.11 and 2.1

  • Bootstrap 3

  • Python 3

Screenshots

See Screenshots

More screenshots

INSTALL

from pypi (recommended)

$ pip install bootstrap-admin

And don’t forget to add bootstrap_admin in INSTALLED_APPS before the django.contrib.admin.

Example:

INSTALLED_APPS = (
    # ...
    'bootstrap_admin', # always before django.contrib.admin
    'django.contrib.admin',
    # ...
)

CUSTOMIZE

Contributing

  1. Fork it!

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -am 'Add some feature'

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request =]

See the full list of contributors.

Open an issue if you find a bug or want something more.

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

bootstrap_admin-0.4.4.tar.gz (45.1 kB view hashes)

Uploaded Source

Built Distribution

bootstrap_admin-0.4.4-py3-none-any.whl (63.0 kB view hashes)

Uploaded Python 3

Supported by

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