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.

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.

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