david / django-storages

Support for many storages (S3, MogileFS, etc) in Django.

Clone this repository (size: 177.1 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-storages
commit 65: 40184a5ed699
parent 64: 28edf052f34c
branch: 1.1
Added AWS_AUTO_CREATE_BUCKET setting with default of True.
Rich Leland / richleland
8 months ago
django-storages / .hgignore
r65:40184a5ed699 16 loc 140 bytes embed / history / annotate / raw /
syntax:glob

*.elc
*.pyc
*~
*.orig
*.log
*.swp
*.tmp
*.DS_Store
testdb.sqlite
django
local_settings.py
dist/*
django_storages.*
setuptools*