Hey Ian,

I actually talked with Rich Leland about this. He gave me a pretty
informative reply.

Basically, he mentioned that he subclassed S3BotoStorage and just specified
another bucket on init. I'm not sure on any specific implementation details
there. He said "It's not pretty, but it works".

The method I was thinking about following is just using collectstatic to
collect my files to a single, local directory -- and then just maintain
those on our CDN manually. The main reasons for this is that our static
files change much less often than our User Uploaded Media, our static files
are typically smaller, and we have to deal with cache invalidation.

I'd love to see a clean implementation on this. If I can be of any help,
please let me know. We are using S3Boto with Django-Storages in our
application pretty heavily and I'd be happy to contribute anyway that I can.

Thanks

On Sat, Nov 5, 2011 at 10:12 AM, JHeasly <jhea...@earthlink.net> wrote:

> Hi Ian —
>
> You might get better traction with your question over on the
> django-developers<https://groups.google.com/forum/#!forum/django-developers>list.
>  And thanks for your django-storages work!
>
> — John
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/9R_pu1VOwOkJ.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to