Re: Url Patterns IE problem

2008-06-05 Thread Thierry Schork
I don't know if it's the correct way to deal with it, but adding a line ilke that one: ('','djangoshots.root.index'), into my urls.py allowed me to match an empty request to a specific controller. But, the drawback is that any invalid urls are matched by it too. Oh, and it need to be the last one.

Url Patterns IE problem

2008-06-05 Thread [EMAIL PROTECTED]
Hallo Django Users, I'm experiencing some problems with the url pattern configuration for IE. When we wanted to put a django application into production one of our testers found a problem in IE which i couldn't found the answer to. My url patterns are the following