django启动的时候报错

django.urls.exceptions.NoReverseMatch_sed

django.urls.exceptions.NoReverseMatch: Reverse for '<reversed object at 0x7fec60c33e90>' not found. '<reversed object at 0x7fec60c33e90>' is not a valid view function or pattern name.

解决方法

models和urls中添加

app_name="App"

django.urls.exceptions.NoReverseMatch_django_02

django.urls.exceptions.NoReverseMatch_sed_03