Skip to main content
# Twitter Bootstrap Skin for Django Admin

django-admin-bootstrap is a __Custom Responsible Skin for Django Admin 1.5.*__. I hope you like and help me make it better.

<a href="https://crate.io/packages/bootstrap_admin/"><img src="https://pypip.in/d/bootstrap_admin/badge.png"></a>

## Screenshots

<img src="https://raw.github.com/douglasmiranda/django-admin-bootstrap/master/static/screenshot-github.jpg">
PS: the wysiwyg editor you see on the screenshot is the [django-wysiwyg-redactor](https://github.com/douglasmiranda/django-wysiwyg-redactor)

## Features (beyond what you already know)

* a bit of responsiveness
* search directly from the apps list
* sidebar logs for specific app (on app index)

## Install

from latest version on pypi (fully compatible with django1.5)
```shell
$ pip install bootstrap-admin
```

from github master branch
```shell
$ pip install git+https://github.com/douglasmiranda/django-admin-bootstrap
```

or clone the master branch in your machine
```shell
$ git clone https://github.com/douglasmiranda/django-admin-bootstrap
```
**NOTE:** I'm assuming you use [pip](http://www.pip-installer.org/) to install the Python Packages.

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

Example:
```python
INSTALLED_APPS = (
# ...
'bootstrap_admin',
'django.contrib.admin',
# ...
)
```

## 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 =]

[Open an issue](https://github.com/douglasmiranda/django-admin-bootstrap/issues/new) if you find a bug or want something more.

## History

* 0.2.4 Oct 13, 2013
* Fix: Do not add span8 class to inputs of CheckboxSelectMultiple ( pull #22 )
* 0.2.3 Oct 7, 2013
* Fix: Style for errors list on tabular inline.
* Fix: issue #22
* 0.2.2 Aug 11, 2013
* Fix: "shaking" effect that nav-bar causes when is affixed on top.
* Fix: search input width (responsive)
* Fix: adding overflow ellipsis on the form search input
* Fix: margin for "add-another" option
* 0.2.1 May 23, 2013
* Fix: the issue #17 (about the MANIFEST.in)
* 0.2.0 May 14, 2013
* Final touches
* Show the search input properly considering the permissions
* Fix: z-index nav-bar bug
* early versions
* Have some little bugs, it is usable, but I recommend the latest version

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.2.4.tar.gz (235.4 kB view details)

Uploaded Source

File details

Details for the file bootstrap_admin-0.2.4.tar.gz.

File metadata

File hashes

Hashes for bootstrap_admin-0.2.4.tar.gz
Algorithm Hash digest
SHA256 06c7f51e1dcd44ecd8b5b558584df3054357e7b9274eed663384bced49dddd0b
MD5 0f589fea8771b830e66d532f04bde01e
BLAKE2b-256 50587baf9b677419988be1af9de22b0f4df72578d7f84acaa52c4b51ca541c86

See more details on using hashes here.

Release history Release notifications | RSS feed

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.9

2 files

0.3.8

2 files

0.3.7.1

2 files

0.3.7

2 files

0.3.6

1 file

0.3.5

1 file

0.3.4

1 file

0.3.3

1 file

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

0.2.9

1 file

0.2.8

1 file

0.2.7

1 file

0.2.6

1 file

0.2.5

1 file

This release

0.2.4 This release

1 file

0.2.3

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.9

1 file

0.1.8

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

Supported by

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