On Sun, May 12, 2013 at 9:08 AM, <[email protected]> wrote: > I have an app within my project called popular_keywords. > > Within urls.py I have this: > > urlpatterns = patterns("apps.popular_keywords.views", > url("^%keyword/(?P<keyword>.*)%s$" % _slashes, > "matching_items_list", name="matching_items") > ) >
What is the contents of _slashes? 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

