>
> the message error:
>

Using the URLconf defined in webapp.urls, Django tried these URL patterns, 
in this order:

   1. ^blog/ ^$
   2. ^blog/ ^(?P<pk>\d+)$
   3. ^blog/ ^archives/$
   4. ^blog/ ^tag/(?P<tag>\w+)$
   5. ^blog/ ^feed/$
   6. ^admin/

The current URL, blog/tagLondon, didn't match any of these. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f6b64738-fb29-4bd1-86c1-4c30dd1992a8%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to