django-cloudfiles icon indicating copy to clipboard operation
django-cloudfiles copied to clipboard

An app for interfacing with Mosso's CloudFiles service.

Results 1 django-cloudfiles issues
Sort by recently updated
recently updated
newest added

Hi! I've noticed your method does not use [Custom File Storage API](http://docs.djangoproject.com/en/dev/howto/custom-file-storage/) in Django. There [exists CloudFilesStorage using Django's api](https://bitbucket.org/david/django-storages/wiki/CloudFilesStorage), but I was wondering why yours is not using it?...