Re: How to launch home page from urls.py?

2010-10-13 Thread Chris Boyd
Thank you for your response, Jonathan! > I believe that the regular expression you're looking for is just "( r'^$', ...)," Yes, that is right. "a.b.com" will be accepted and the control transfered, but the problem is that I cannot provide the remaining part of the URI, specifically "/winapp/HomeP

Re: How to launch home page from urls.py?

2010-10-13 Thread Chris Boyd
Thank you Rob! > {'template': 'index.html'} But in that case I have to use Django template file, while my home page is built with Pyjamas (http://pyjs.org/). Can I use a Django urlpattern to launch any HTML file, not just Django tempalte file? Thank you, Chris On Wed, Oct 13, 2010 at 9:46 AM,