Metadata-Version: 1.0
Name: yaco.recipe.medialinker
Version: 0.1.0
Summary: Buildout recipe for sym linking media files in Django projects
Home-page: http://bitbucket.org/lgs/yaco.recipe.medialinker
Author: Yaco Sistemas (Lorenzo Gil)
Author-email: lgs@yaco.es
License: LGPL
Description: .. contents::
        
        =======================
        yaco.recipe.medialinker
        =======================
        
        This is just a buildout recipe that creates symbolic links for media files in
        Django projects.
        
        The only needed option of the part that uses this recipe is the 'media-eggs',
        which is a space separated list of eggs that contains media files.
        
        Tests need to be written.
        
        Use at your own risk.
        
        Changes
        =======
        
        0.1.0 (2010-12-22)
        ------------------
        - Initial version
        
Keywords: django media
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
