Skip to content

gkuhn1/django-admin-templates-twitter-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django admin templates customized to use twitter bootstrap

Can be customized like defaults admin templates

AUTHOR
Guilherme Kuhn <[email protected]>

CONTRIBUTORS (Feel free to put your name here!)

REQUERIMENTS
Django V=1.3.1
Twitter Bootstrap v=2

INSTALLATION
1. run 'python setup.py install'
2. Add to INSTALLED_APPS in your settings.py before django.contrib.admin:
INSTALLED_APPS = (
    ...
    'admin_bootstrap',
    'django.contrib.admin',
    ...
)


About

Django admin templates customized to use twitter bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages