Metadata-Version: 1.1
Name: virtualenvwrapper.django_template
Version: 0.2
Summary: virtualenvwrapper plugin to create a template Django application
Home-page: http://chrispro.to/projects/virtualenvwrapper-django-template
Author: Chris Proto
Author-email: chroto24@gmail.com
License: UNKNOWN
Description: Quickly bootstrap a Django app using virtualenvwrapper
        
        Requires:
        - virtualenv
        - virtualenvwrapper
        - git
        
        Installation:
        
        `pip install virtualenvwrapper.django_template`
        
        To use:
        
        mkproject -t django <project_name>
        
        Uses a default template from <https://github.com/twitter/bootstrap> to get you started.
        
        
        In order to use your own project template, you must set an environment variable
        
        `export DJANGO_PROJECT=/opt/project_templates/my_other_django_template; mkproject -t django <project_name>`
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Framework :: Django
Requires: virtualenv
Requires: virtualenvwrapper (>=2.9)
Provides: virtualenvwrapper.django
