问题
I am trying to to deploy django-cms on openshift. However, after creating a Python 2.7 application (with rhc app create django-cms python-2.7), I don't get the default template layout described in the doc. Instead I get only 3 files: requirements.txt, setup.py and wsgi.py; and the openshift folder.
Is this normal? Should I rebuild the layout from there?
回答1:
Yes, this is normal. There are lots of examples on python / openshift on github.
I wrote one for django, https://github.com/jfmatth/openshift-django16
来源:https://stackoverflow.com/questions/22421741/not-getting-the-template-repository-layout-after-deploying-python-2-7-on-openshi