Re: Javascript including in django's template doesn't work

2007-11-15 Thread Thejaswi Puthraya
> I feel strange about the URL: /ajas/register/jquery.js, but I don't know how > to get it right. Serving static files is slightly different in Django. Check http://www.djangoproject.com/documentation/static_files/ Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ Yo

Javascript including in django's template doesn't work

2007-11-14 Thread Sting
Hi, guys, I met a problem on including external javascript file in template. My form.html and jquery.js are put under /study/ajax/templates, (study is the project name while ajax is the app name.) In form.html, jquery.js is included by the following code: But it didn't work. In console, I got t