Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/etianen/django-require-s3
- Owner: etianen
- License: bsd-3-clause
- Created: 2013-12-19T16:56:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-28T12:05:43.000Z (over 10 years ago)
- Last Synced: 2024-09-07T12:22:03.635Z (2 months ago)
- Language: Python
- Size: 161 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
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 `_