[google-appengine] Re: Can't include javascript file....need help

2010-09-02 Thread salehin
joe.letn...@gmail.com wrote: I think the problem might be that you need a leading slash in your href (I don't think that a relative url works in the context of static media) instead of static/abc.css, try /static/abc.css On Sep 1, 11:08 am, salehin nsale...@gmail.com wrote: Hi! I am new

[google-appengine] Re: Can't include javascript file....need help

2010-09-02 Thread salehin
, salehin nsale...@gmail.com wrote: Hi! I am new in appengine development. Having problem to include javascript files. my app.yaml code as follows: handlers: - url: /main   script: main.html - url: /static   static_dir: static - url: /.*   script: demo.py Now

[google-appengine] Can't include javascript file....need help

2010-09-01 Thread salehin
Hi! I am new in appengine development. Having problem to include javascript files. my app.yaml code as follows: handlers: - url: /main script: main.html - url: /static static_dir: static - url: /.* script: demo.py Now in dejango main template if include access ass follows: link