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

终端提示信息如下:

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,问题就解决了