Metadata-Version: 1.0
Name: djbootstrap
Version: 2.0.1
Summary: Kickstart your django app with twitter bootstrap.
Home-page: https://github.com/madisona/djbootstrap
Author: Aaron Madison
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        DjBootstrap
        
        Helps kickstart your django app using the awesome twitter bootstrap library.
        
        http://twitter.github.com/bootstrap/
        
        INSTALLATION
        >>> pip install djbootstrap
        
        Just add djbootstrap to your INSTALLED_APPS
        
        Provides:
        a base.html as a base template if you want to use it.
        a bootstrapped_form.html template to make your forms pretty
        a notification_center.html template to make django messages framework pretty.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
