Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etianen/django-require-s3

An integration between django-require and the S3 storage backend from django-storages.
https://github.com/etianen/django-require-s3

Last synced: 25 days ago
JSON representation

An integration between django-require and the S3 storage backend from django-storages.

Awesome Lists containing this project

README

        

django-require-s3
=================

**django-require-s3** integrates `django-require `_
with the S3 storage backend from `django-storages `_.

Features
--------

- Optimize your static assets using `django-require `_
- Upload compiled assets to Amazon S3 using `django-storages `_.

Installation
------------

1. Checkout the latest django-require-s3 release and copy or symlink the
``require_s3`` directory into your ``PYTHONPATH``. If using pip, run
``pip install django-require-s3``.
2. Set your ``STATICFILES_STORAGE`` setting to
``'require_s3.storage.OptimizedStaticFilesStorage'`` or
``'require_s3.storage.OptimizedCachedStaticFilesStorage'``.

Support and announcements
-------------------------

Downloads and bug tracking can be found at the `main project
website `_.

More information
----------------

The django-require-s3 project was developed by Dave Hall. You can get the
code from the `django-require-s3 project
site `_.

Dave Hall is a freelance web developer, based in Cambridge, UK. You can
usually find him on the Internet in a number of different places:

- `Website `_
- `Twitter `_
- `Google Profile `_