我有一个应用程序我想部署在Heroku上。还没有完成,但现在是我老师的要求了。我在heroku上创建了一个帐户和应用程序,并使用了GitHub部署方法,但是当我单击deploy分支时,会出现以下类型的错误:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/build_0f3c3e792cd2015b5d316aad8cf28d6c/static'
! Error while running '$ python manage.py collectstatic --noinput'
我已经在heroku (雪松堆栈)上部署了我的应用程序,并且一切正常,直到几天前,我注意到我的静态文件没有得到服务(显示代码为‘取消’)。我注意到的下一件事是,我的项目突然有了与manage.py相同级别的新文件夹: admin/,css/,img/和js/。我根本没有创建管理员,使用的是一个内置的django管理站点,并且没有以任何方式修改它。我确实在我的项目中的static/下创建了css,img和js文件夹,它仍然和它的所有内容在一起。这就像static/中的所有文件夹都被复制到了manage.py级别。
运行heroku run ls -l会在heroku上显示相同的变化。我怀疑这些更
我使用Python,JS,React,Django .When创建了一个网站,我通过github部署在Heroku上,出现了一个错误: -----> Determining which buildpack to use for this app
! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
Detected buildpacks: Python
CSS在cms中不工作(打开edx)。我试着编译JS和CSS,但没有给出结果。服务器重新启动对我没有帮助。这是我在日志中的错误:
[__init__.py:42] - staticfiles_storage couldn't find path css/cms-style-vendor-tinymce-content.css: The file 'css/cms-style-vendor-tinymce-content.css' could not be found with <cms.lib.django_require.staticstorage.Optimi
我需要一些帮助来解决这个问题。我对Heroku没有多少经验,这是我第一次这么做,但是我需要非常快地部署一些应用程序。我试着用
heroku配置:设置DEBUG_COLLECTSTATIC=1 -a name_of_app
但它没有做任何改变。有人能帮我吗?以下是日志:
-----> Building on the Heroku-20 stack
-----> Using buildpack: heroku/python
-----> Python app detected
-----> No Python version was specified. Using t