Metadata-Version: 1.1
Name: django-bootstrap-static
Version: 3.3.6
Summary: A Collection of Bootstrap static files.
Home-page: http://github.com/dstegelman/django-bootstrap-static
Author: Derek Stegelman
Author-email: dstegelman@gmail.com
License: MIT
Description: Django Bootstrap Static Files
        =============================
        
        Currently: Bootstrap 3.3.6 and Font Awesome 4.5.0
        
        Bootstrap and optional Font Awesome static files ready for the picking.
        
        Install
        -------
        
        pip install django-bootstrap-static==3.3.6
        
        Contribution
        ------------
        
        Occasionally, I forget to update this package with new bootstrap updates.  Please feel free to submit a PR.
        
        Configuration
        -------------
        
        To pickup bootstrap static files, simply include 'bootstrap' in your INSTALLED_APPS.  You can also get Fontawesome support by adding 'fontawesome' to your installed apps.
        
        Please refer to each project for integration/install guides.
        
        - http://getbootstrap.com
        - http://fortawesome.github.io/Font-Awesome/
        
        Releases
        --------
        
        To keep with the bootstrap release schedule we will keep version numbers of this app in sync with the bootstrap Major.Minor.Revision changes.  The additional
        version number will be added at the end to denote a new change within this package itself.
        
        django-bootstrap-static==3.3.1.1 == bootstrap 3.3.1 with an additional package change.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
