Metadata-Version: 1.0
Name: django-bootstrap-static
Version: 2.3.2
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
        =============================
        
        Bootstrap and optional Font Awesome static files ready for the picking.
        
        Install
        -------
        
        pip install django-bootstrap-static
        
        Configuration
        -------------
        
        To pickup bootstrap static files, simply inlcude 'boostrap' in your Intalled Apps.  You can also get Fontawesome support by adding 'fontawesome' to your installed apps.
        
        Please refer to each project for integration/install guides.
        
        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==2.3.1.1 == bootstrap 2.3.1 with an additional package change.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
