Re: Storage Backend for MediaTemple's ProCDN?
On 22 October 2011 22:11, Kevin <kveroneau@gmail.com> wrote:
> I have a client who is suggesting that I look into MediaTemple's
> ProCDN. I currently only have experience with RackSpace's CloudFiles
> CDN, and only know of it and Amazon S3 for django storage support.
> Furthermore, I cannot seem to access their API pages without having a
> login, so this complicates it, as I'd like to see what sort of REST
> API I'd be looking into implementing.
>
> Has anyone had any success with managing a MediaTemple ProCDN with
> Django? Or rather, as anybody used MediaTemple's CDN at all and what
> are their reviews over other popular CDNs such as S3 or Cloudfiles?
>
Hi,
I think that the MediaTemple's CDN is just a branded version of the
EdgeCast CDN which we use without any problems to serve static files.
http://mediatemple.net/webhosting/procdn/
As this is an 'origin pull' CDN it was far simpler to implement than
S3 or Cloudfiles as we don't need to upload any content using the API.
Just use the STATIC_URL template tag, when referencing static files
and then in the production settings.py make sure that STATIC_URL is
prefixed with the URL for the CDN.
https://docs.djangoproject.com/en/dev/howto/static-files/
Cheers,
Mark.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home