Metadata-Version: 1.1
Name: djangout
Version: 1.1
Summary: Buildout recipes for Django
Home-page: http://bitbucket.org/2degrees/djangout/
Author: 2degrees Limited
Author-email: 2degrees-dev@googlegroups.com
License: BSD (http://dev.2degreesnetwork.com/p/2degrees-license.html)
Description: **********************************************
        djangout -- Set of Buildout recipes for Django
        **********************************************
        
        This package offers `Django <http://www.djangoproject.com/>`_-specific
        `Buildout <http://www.buildout.org/>`_ recipes, such as:
        
        - One that makes available the path to the Django Admin media in the Buildout
          parts, so it can be referenced from other recipes (e.g., to generate an
          Apache virtual host configuration that serves these media).
        
        The end-user manual is available at: http://packages.python.org/djangout/
        
        **Djangout** releases
        =====================
        
        
        Version 1.0 Alpha 1 (2010-02-18)
        --------------------------------
        
        Implemented the **admin_media** recipe.
        
        
        Version 1.0 (2011-07-04)
        --------------------------------
        
        Updated package information.
        
        
        Version 1.1 (2013-03-08)
        --------------------------------
        
        Updated recipe to work with Django 1.4 (specifically new staticfiles app).
        
        .. warning::
            This is a backward incompatible change. For versions of Django <1.4, use
            version 1.0 of djangout.
        
        
Keywords: buildout recipe django media
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Buildout
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
