On Feb 15, 2008 11:26 PM, Shadow <[EMAIL PROTECTED]> wrote:

>
> Error message:
>
> Using the URLconf defined in mysite.urls, Django tried these URL
> patterns, in this order:
>
>   1. ^admin/
>
> The current URL, my-site.com/admin, didn't match any of these.
>

The ^ at the beginning of the urlpattern is significant, it marks the
beginning of the url.  Since your url has 'my-site.com' at the beginning, it
does not match '^admin/'.

Karen

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