NoReverseMatch at /

后端 未结 3 1289
迷失自我
迷失自我 2021-02-02 18:23

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.         


        
3条回答
  •  感动是毒
    2021-02-02 18:28

    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.

提交回复
热议问题