django-staticfiles

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.

Contents:

Table Of Contents

Next topic

Management Commands

This Page