AttributeError:“ AppConfig”对象没有属性“ URL”

时间:2019-03-08 07:42:56

标签: python django django-oscar

问题摘要

成功安装了django-oscar沙箱应用程序,但是在django-oscar / sandbox / urls.py行url(r'^',include(apps.get_app_config('oscar')。urls [0] ))

错误消息:

  

AttributeError:“ AppConfig”对象没有属性“ URL”

上面的“应用程序”来自django软件包: from django.apps import apps 并在其中使用

url(r'^', include(apps.get_app_config('oscar').urls[0])),

我搜索了它,但没有找到解决方案。我正在遵循您的django-oscar官方网站https://django-oscar.readthedocs.io/en/releases-1.6/internals/sandbox.html上的安装说明,以使沙盒应用程序在本地启动并运行。

技术细节

  • Python版本:3.5.2

  • Django版本:2.1.7

  • Oscar版本:1.6.7(django-oscar)

0 个答案:

没有答案