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 '<module 'users.urls' from '/home/python/Desktop/test/xx_mall/XX_MALL/XX_MALL/apps/users/urls.py'>' 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 仅仅时单词拼错——慢慢找吧  【微笑脸】

猜你喜欢

转载自blog.csdn.net/xyx_x/article/details/88582126