I am trying to make pretty meaningful urls, but I guess I\'m doing it wrong.
This works:
from django.conf.urls.defaults import patterns, url from places.
I'm assuming you are using a template with something like this :
{% url 'explore' argument %}
And this error probably means that the argument is not set to anything.
argument