📌  相关文章
📜  raise ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: WSGI 应用程序 'yorc_api.wsgi.application' 无法加载;导入模块时出错.- Python 代码示例

📅  最后修改于: 2022-03-11 14:47:13.581000             🧑  作者: Mango

代码示例2
Change the line in settings.py as below

WSGI_APPLICATION = 'application' to WSGI_APPLICATION = 'wsgi.application'