Metadata-Version: 1.0
Name: django-staticfiles
Version: 0.3.1
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
Download-URL: http://bitbucket.org/jezdez/django-staticfiles/downloads/
Description: ==================
        django-staticfiles
        ==================
        
        This is a Django app that provides helpers for serving static files.
        
        The main website for django-staticfiles is
        `bitbucket.org/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``.
        
        .. note:: When using ``django-staticfiles`` with your own apps, make sure
        they can be found by Django's app loading mechanism. Simply include
        a ``models`` module (an empty ``models.py`` file suffices) and add the
        app to the ``INSTALLED_APPS`` setting of your site.
        
        .. _bitbucket.org/jezdez/django-staticfiles: http://bitbucket.org/jezdez/django-staticfiles/
        .. _in-development version: http://bitbucket.org/jezdez/django-staticfiles/get/tip.gz#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
