需要在每个ap下面的url.py
加入一个指定app的名字
比如 user app 下的 url.py 文件加入:
urlpatterns = []app_name = "user"例二:在goods 的app url.py 中加入
app_name = "goods"