Skip to main content

django-storages-redux extension to allow separate folders for media and static files

Project description

About

django-storage-folder is a small extension to the django-storages-redux (a python3 compatible fork of django-storages) project that allows you to specify different directories for storing media and static files.

It currently only supports the s3boto backend.

How To Use

  1. Set the static files or media files storage backend

  2. Set the static files or media files storage directory

Example

STATICFILES_STORAGE = 'storages_folder.backends.s3boto.StaticStorage'
STATICFILES_STORAGE_DIR = 'static'

MEDIAFILES_STORAGE = 'storages_folder.backends.s3boto.MediaStorage'
MEDIAFILES_STORAGE_DIR = 'media'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-storages-folder-0.1.2.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page