Oh sorry I wasn't clear. The first time I typed the patterns function call out. 
So in other words, the %s was in there all along. I just misrepresented it in 
my question. Things are failing even with the correct call and have been all 
along.

Could you provide more details about how I can double-check the urlconf and 
follow the includes down? 

Thanks.


On May 13, 2013, at 10:31 AM, Tom Evans <tevans...@googlemail.com> wrote:

> On Mon, May 13, 2013 at 3:19 PM, Neil Chaudhuri <n...@vidyasource.com> wrote:
>> Good catch. That was a typo. Let me cut and paste directly:
>> 
>> urlpatterns = patterns("apps.popular_keywords.views",
>>                       url("^%skeyword/(?P<keyword>.*)%s$" % _slashes, 
>> "matching_items_list", name="matching_items")
>> )
>> 
>> Perhaps I should try some of your coffee.
>> 
>> Thanks.
> 
> Does that make it work or does it still fail to reverse? I'm running
> out of trouble shooting ideas - double check that the urlconf is
> actually being used - start at the project level urlconf, and follow
> the includes down.
> 
> Cheers
> 
> Tom
> 
> -- 
> 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/y_G3Zirkn7s/unsubscribe?hl=en.
> 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?hl=en.
> 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to