Django ERROR— raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) django.core.exceptions.

请求运行服务器:python manage.py runserver 时出现如下错误:

raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
django.core.exceptions.ImproperlyConfigured: The included URLconf '' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import


maybe 仅仅时单词拼错——慢慢找吧  【微笑脸】

 

 

你可能感兴趣的:(bug_list,Django,liunx)