On Tue, Jan 26, 2010 at 3:28 PM, Bill Freeman <ke1g...@gmail.com> wrote:
> Three messages in, and I still don't know what "CDN" stands for, other than
> "Canadian", which doesn't seem to fit.

As Sam Lai said it is a Content Delivery Network. Django has always
recommended you serve your Javascript, Image and CSS files, what are
commonly known as assets, statically (eg not processed though a django
view). A CDN it one step further along in the process for speeding up
access to your static assets.

I would guess 90% of the people who use django do not need a CDN, none
of the sites I currently manage do, but a few do and some people like
to design for expansion in mind, so I figured a tool to make using a
CDN with django a little easier would be interesting to write as well
as useful to those few.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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