在该应用所对应的urls.py文件中

?: (urls.W005) URL namespace '你的app_name' isn't unique. You may not be able to reverse all URLs in this namespace 已解决

这是你的urls.py文件

问题出现在根目录的urls.py文件中

?: (urls.W005) URL namespace '你的app_name' isn't unique. You may not be able to reverse all URLs in this namespace 已解决

 

删除20行,解决问题

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
  • 2022-02-20
  • 2021-09-13
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-04-11
  • 2021-09-09
  • 2022-02-06
相关资源
相似解决方案