yeah, i found the error. just a slash unnecessary

url(r'^tag/(?P<tag>\w+)$', 'tagpage'),

 url(r'^tag(?P<tag>\w+)$', 'tagpage'),
            ^


On Thu, Feb 6, 2014 at 3:52 AM, Babatunde Akinyanmi <tundeba...@gmail.com>wrote:

> Ji Cristiano.  You show the code that is not behaving as you expect
> On 6 Feb 2014 03:15, "Cristiano Araujo" <code.lightho...@gmail.com> wrote:
>
>> 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 django-users+unsubscr...@googlegroups.com.
>>
>> To post to this group, send email to django-users@googlegroups.com.
>> 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.
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/3eX9CDLmNE4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/CA%2BWjgXMb8s%2BQqfodiwSu4d2X%3Dy_v-pYYnSm5ZnRBpQ5KtNrmaQ%40mail.gmail.com
> .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>



--

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CA%2BZNuF9TPV-NF3U7tH0HHB3vrEn-G%3DWQwPu-ahn9C3vKYEZh4A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to