Serving Django static files in OpenShift

后端 未结 1 1814
無奈伤痛
無奈伤痛 2021-01-12 10:48

According to the March 2014 blog post, OpenShift now got rid of some directories like wsgi/, wsgi/static/, data/ and libs/.

Given I used wsgi/static for this purpose

相关标签:
1条回答
  • 2021-01-12 10:58

    According to openshift.conf.erb, it seems like it checks if you have a $OPENSHIFT_REPO_DIR/wsgi/static directory and it keeps it working. I haven't verified that this works, but it looks like it should.

    0 讨论(0)
提交回复
热议问题