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
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 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 wrote:
> Is it possible to use external javascript files with a django app? If
> so what folder does the javascript file need to be pla
Is it possible to use external javascript files with a django app? If
so what folder does the javascript file need to be placed in? So far I
tried putting it in the bas folder of the app. I want to use it in and
it doesn't seem to work there if I reference it directly using only
just the fil
4 matches
Mail list logo