On Mon, 2008-03-31 at 23:19 -0500, Michael Wieher 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/$ 

Leave off the leading slash, since that's stripped by Django before
making the comparison.

Malcolm

-- 
If it walks out of your refrigerator, LET IT GO!! 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
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