Re: Where to put jquery/dojo js files

2009-03-09 Thread rajeesh
For the time being, I'm using the previous suggestion. I've just heard about dojango earlier and I hope I can try it later. Thanks. On Mar 9, 2:43 pm, Wolfram Kriesing wrote: > Did you try dojango?http://code.google.com/p/dojango/ > Dojango is a reusable django

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) *

Re: Where to put jquery/dojo js files

2009-03-08 Thread rajeesh
Yes, It worked. A l'll worried over their caution not to use it in production. Never mind if we use Apache or something else. Thanks Carlos. > Have you looked > athttp://docs.djangoproject.com/en/dev/howto/static-files/?from=olddocs? > Maybe it helps... > > Regards, > Carlos.

Re: Where to put jquery/dojo js files

2009-03-08 Thread Carlos A. Carnero Delgado
Hi there, On Sun, Mar 8, 2009 at 2:32 PM, raj wrote: > This causes a js error, stating no dojo is defined. Similar error is > raised for jquery also. What went wrong with the above code? Have you looked at

Where to put jquery/dojo js files

2009-03-08 Thread raj
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