Metadata-Version: 1.0
Name: lazyconf
Version: 0.1
Summary: Lazy config and deployment for Django.
Home-page: https://www.github.com/fmd/lazyconf
Author: Fareed Dudhia
Author-email: fareeddudhia@gmail.com
License: LICENSE.rst
Description: ========
        lazyconf
        ========
        lazyconf is an insultingly simple tool for configuring and deploying Django 1.7+ applications. 
        
        Dependencies
        ------------
        * `Django 1.7 <https://github.com/django/django>`_
        * `Fabric <http://docs.fabfile.org/en/1.8/>`_
        
        Usage
        -----
        The basic idea is that you include lazyconf in your fabfile::
        
            from lazyconf import Lazyconf
        
Platform: UNKNOWN
