Michael: I'm no good at regex to explain why it doesn't work. But
chapter 3 of Django book (pg 16 of pdf format) says the below:

"...
You should exclude the expected slash at the beginning of the '^time/
$' expression in order to match /time/. Django automatically puts a
slash before every expression.
..."

Hope this helps.

regards,
Joseph
http://www.jjude.com


On Apr 1, 9:19 am, "Michael Wieher" <[EMAIL PROTECTED]> wrote:
> Can someone glance at this and tell me what is wrong?
>
> Request Method: GET  Request URL:http://myserver.mydomain.net/datatab/
>
> Using the URLconf defined in web.urls, Django tried these URL patterns, in
> this order:
>
>    1. ^/datatab/$
>    2. ^/datatab/login/$
>    3. ^/datatab/load-dataset/$
>    4. ^/datatab/login/check-login$
>    5. ^admin/
>
> The current URL, /datatab/, didn't match any of these.
>
> It seeems pretty strange to me.
>
> current URL, /datatab/ does not match ^/datatab/$
>
> ....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to