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