Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 6924972363177ee2ba37e2f37b22c4a6 > files > 55

django-staticfiles-0.3.2-3.fc14.noarch.rpm

==================
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``.

.. 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.

.. _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