【发布时间】:2021-05-17 03:35:09
【问题描述】:
我正在准备在 AWS EC2 实例上部署 Django 应用程序,但在运行此命令之后 4-144:~/ramaelectricstore/ramaelectricstore$ gunicorn --bind 0.0.0.0:8000 ramaelectricstore.wsgi.application
我遇到了这个错误,请帮助我
ModuleNotFoundError:没有名为“ramaelectricstore.wsgi.application”的模块; 'ramaelectricstore.wsgi' 不是一个包
【问题讨论】:
标签: python django amazon-web-services