1.NoReverseMatch at / Reverse for ‘about‘ not found. ‘about‘ is not a valid view function or pattern name.
这是因为自己指定了app_name,
app_name=‘person‘
在html界面中同样要指定,即
<a href={% url ‘person:index‘%}>
django-常见问题勘误
原文:https://www.cnblogs.com/xiximayou/p/11774488.html