Metadata-Version: 1.1
Name: django-comps
Version: 0.3.0
Summary: A simple application that provides an entry point for integrating front end designers into a django project
Home-page: https://github.com/caktus/django-comps
Author: Caktus Consulting Group
Author-email: solutions@caktusgroup.com
License: BSD
Description: django-comps
        ==========================
        
        An app that facilitates rapid prototyping.
        
        Provides an entry point for deeper integration of front end designers with
        little to no experienceinto a project.
        
        Features
        -------
        Protypes can be built in the ``COMPS_DIR`` and render within he context of
        a Django project, without the need for defined views.
        
        * Take advantage of the templating engine
        * No need to pre-configure urls and views during prototyping
        * Onboard new designers to the wonders of Django
        
        Installation
        ------------
        
        django-comps requires Django >= 1.4 and Python >= 2.6.
        
        ``pip install django-comps``
        
        
        Documentation
        -------------
        
        Documentation on using django-comps is available on
        [Read The Docs](http://readthedocs.org/docs/django-comps/).
        
        
        License
        --------------------------------------
        
        django-comps is released under the BSD License. See the
        [LICENSE](https://github.com/daaray/django-comps/blob/master/LICENSE) file for more details.
        
        
        Contributing
        --------------------------------------
        
        If you think you've found a bug or are interested in contributing to this project
        check out [django-comps on Github](https://github.com/daaray/django-comps>).
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
