我搜索了很多有关在heroku上上传django项目的信息,但我无法做到这一点。请检查以下结构,让我知道出了什么问题以及为什么出现此错误:
文件“ /app/djangosample1/settings.py”,第17行,在 将heroku导入为heroku ModuleNotFoundError:没有名为“ heroku”的模块
我的项目的结构:
https://github.com/cabudies/djangosample2-master/blob/master/structure.png
Procfile
网站:gunicorn djangosample1.wsgi --log-file-
wsgi.py
导入操作系统 从django.core.wsgi导入get_wsgi_application 从whitenoise.django导入DjangoWhiteNoise
os.environ.setdefault(“ DJANGO_SETTINGS_MODULE”,“ djangosample1.settings”)
application = get_wsgi_application() 应用程序= DjangoWhiteNoise(应用程序)
此外,每当我在本地服务器上运行“ python manage.py runserver”时,都会出现错误:
SyntaxError:heroku \ helpers.py中的语法无效