终端提示信息如下:

django.core.exceptions.ImproperlyConfigured: Passing a 3-tuple to include() is not supporte

Pass a 2-tuple containing the list of patterns and app_name, and provide the namespace argument to include() instead.

项目部署时出现问题django.core.exceptions.ImproperlyConfigured: Passing a 3-tuple to include() is not supporte

原因是由于之前下载的django版本是2.0的问题,把安装包改为django==1.11,问题就解决了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2022-02-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-26
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案