On Mon, 14 Apr 2008 00:13:35 -0700 (PDT)
Duke <[EMAIL PROTECTED]> wrote:
> Where to store the dojo toolkit in the project

You can avoid all of the static files issues with dojo by serving it
from AOL, like so:
<script type="text/javascript" src="http://o.aolcdn.com/dojo/1.1.0/
dojo/dojo.xd.js"></script>

I'm doing it that way, both in development and production. So far, no
hiccups, it's faster than having Django serve it, and does not burden
my host.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to