Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/359.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python django photolog中的“NoReverseMatch”错误_Python_Django - Fatal编程技术网

Python django photolog中的“NoReverseMatch”错误

Python django photolog中的“NoReverseMatch”错误,python,django,Python,Django,我尝试运行ImageGaleryExample\u项目 管理页面工作正常 主页显示错误 NoReverseMatch at / Reverse for 'photologue-gallery-list' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] Django 1.6 Python 3.3 有人能帮忙吗 你同步数据库了吗。如果未检查查询列表中的空值,也可能是编码错误。需要从发生

我尝试运行ImageGaleryExample\u项目

管理页面工作正常

主页显示错误

NoReverseMatch at /
Reverse for 'photologue-gallery-list' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
Django 1.6

Python 3.3

有人能帮忙吗


你同步数据库了吗。如果未检查查询列表中的空值,也可能是编码错误。需要从发生错误的位置提取代码以帮助.db-synced。代码行在这里-。这是PhotologAuthor的官方示例,我没有做任何更改,我怀疑您没有在URL.py中包含photologue URL。添加Url-查看