Re: External Javascript Files

2011-02-17 Thread David De La Harpe Golden
On 17/02/11 17:44, hank23 wrote: > Is it possible to use external javascript files with a django app? Certainly - The django admin itself does it, for example, bundling a version of jquery and a bunch of stuff in admin/media/js/ > If > so what folder does the javascript file need to be placed

Re: External Javascript Files

2011-02-17 Thread hank23
Thanks. I'll take a look. On Feb 17, 11:51 am, Marcos Moyano wrote: > you need to put it in your media folder. > > http://docs.djangoproject.com/en/1.2/howto/static-files/ > > Rgds, > Marcos > > > > > > On Thu, Feb 17, 2011 at 2:44 PM, hank23

Re: External Javascript Files

2011-02-17 Thread Marcos Moyano
you need to put it in your media folder. http://docs.djangoproject.com/en/1.2/howto/static-files/ Rgds, Marcos On Thu, Feb 17, 2011 at 2:44 PM, hank23 wrote: > Is it possible to use external javascript files with a django app? If > so what folder does the javascript file