Re: Where to put jquery/dojo js files

2009-03-09 Thread Wolfram Kriesing

Did you try dojango? http://code.google.com/p/dojango/
Dojango is a reusable django application that helps you to use the
client-side framework dojo within your django project.

* It provides capabilites to easily switch between several dojo
versions and sources (e.g. aol, google, local)
* Delivers helping utilities, that makes the development of rich
internet applications in combination with dojo more comfortable.
* It makes the building of your own packed dojo release easier.

-- 
cu

Wolfram

http://uxebu.com - the AJAX experts
You need AJAX, RIA, JavaScript and all this modern stuff? We got it!



On Sun, Mar 8, 2009 at 7:32 PM, raj  wrote:
>
> To make use of any popular js framework, I've the following settings:
> MEDIA_ROOT = '/home/raj/django/my_project/media'
> MEDIA_URL = '/media/'
> ADMIN_MEDIA_PREFIX = '/media/'
>
> After copying dojo.js to '/home/raj/django/my_project/media/js', I
> edit my custom made change_form.html to include the following lines:
>
> {% block extrahead %}{{ block.super }}
> 
>  script>
>