Metadata-Version: 1.0
Name: django-staticfiles
Version: 0.3.4
Summary: A Django app that provides helpers for serving static files.
Home-page: http://django-staticfiles.readthedocs.org/
Author: Jannis Leidel
Author-email: jannis@leidel.info
License: BSD
Description: ==================
        django-staticfiles
        ==================
        
        This is a Django app that provides helpers for serving static files.
        
        The main website for django-staticfiles is
        `github.com/jezdez/django-staticfiles`_ where you can also file tickets.
        
        You can also install the `in-development version`_ of django-staticfiles with
        ``pip install django-staticfiles==dev`` or ``easy_install django-staticfiles==dev``.
        
        .. warning:: With the adoption of django-staticfiles in Django >=1.3.X as a
        contrib app, the django-staticfiles 0.3.X series will be the last series
        to support Django 1.2.X and lower. Any new features will occur in
        later releases and target Django >=1.3.X though.
        
        .. _github.com/jezdez/django-staticfiles: http://github.com/jezdez/django-staticfiles
        .. _in-development version: http://github.com/jezdez/django-staticfiles/tarball/develop#egg=django-staticfiles-dev
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
