Re: Using a custom storage

2008-04-17 Thread [EMAIL PROTECTED]
This requires ticket #5361 (http://code.djangoproject.com/ticket/5361) to do something like this you need to apply that patch(which should be pretty close to fine, I would try to track the ticket closely if you use that patch), then I would read the docs included in the patch. On Apr 17, 2:01 am,

Using a custom storage

2008-04-17 Thread SammyRulez
Hi folks I'm trying to implement a custom Stroage via s3. Something like http://code.djangoproject.com/attachment/ticket/6390/S3_6390.20080321.py. I'm digging Django core code to find how to tell it to use the custom storage instead of the FileSystemStorage but without luck. Any suggestion on