django-future-staticfiles

Backport of Django staticfiles storages from Django 1.7+ to earlier Django 1.6


Keywords
django, staticfiles, future
License
MIT
Install
pip install django-future-staticfiles==0.1.0

Documentation

django-future-staticfiles

Build Status Latest PyPI version Coverage

Backport of Django staticfiles storages from Django 1.7+ to earlier Django 1.6

Overview

Quick and dirty backport of the latest staticfiles storages from the latest Django to be used with Django 1.6. Tests are backported as well to ensure everything works, but butchered to remove post-Django 1.6 tests.

Requirements

Requires Django 1.6+ and as such Python 2.6+ as well

Installation

Simply use pip to install:

$ pip install django-future-staticfiles

Usage

The storages should be drop in replacements, so they can be used in settings.py for STATICFILES_STORAGE:

$ STATICFILES_STORAGE='django_future_staticfiles.storage.CachedStaticFilesStorage'

Contributing

Contributions are welcome, just create a pull request or issue on the GitHub repository for the project.