我正在遵循Django注册的入门指南,在访问http://localhost:8080/accounts/register/时会遇到以下错误:Reverse for 'index' with arguments '()' and keyword arguments '{}' not found.Type: NoReve
我在测试中得到了这个错误,而网站工作得非常好。(self): print(resolve(url)) 我将其用于测试,它显示了以下错误 ERROR: test_index_url_is_resolved(msg)
django.urls.exceptions.NoReverseMatch: Reverse for 'index' not
我有一个基于提供的框架的ZF2项目。我使用ZFTool做了一些控制器和操作。问题是路由器不接受URL。上面写着:The requested URL could not be matched by routing
$ zf.php创建控制器用户应用程序控制器用户已在模块应用程序中创建/module/Application/view/application/u
我正在尝试制作一个带有输入按钮组的表单,该按钮组将用户重定向到另一个URL,给定他们按下的按钮。我最近收到了一个NoReverseMatch,而我认为我不应该这样做。我通过了What is a NoReverseMatch error, and how do I fix it?的最高答案,但我不认为这些答案适用于我。Index.html中的表单: <form action="/mai
的python模块)manage.py runservermanage.py testdjango.urls.exceptions.NoReverseMatch: Reverse for 'index' not found.'index' is not a valid view function or pattern name.= [