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