Description of problem: When pushing to Git repo located in my Django application. I am totally new to OpenShift and deployng web-apps at all. This error I get after every new push to OpenShift repo. Most part of log seems to be ok, dependencies set up correctly, but at the end this appears - http://pastebin.com/6MJJLE43 App does not start automatically, but after manual restart - I can view my site, enter in django-admin, etc. What exactly I do not understand - why in log, files in `/app-root/runtime/` appear unchanged since initial deployment from example repo. Now in app-repo I have completely new project, and that trick with manual restarting is about present situation, not the openshift example-app. When I login via SSH and go to `/app-root/runtime/` all files are up to date.<br> Version-Release number of selected component (if applicable): How reproducible: Dont know. Steps to Reproduce: 1. 2. 3. Actual results: http://pastebin.com/6MJJLE43 Expected results: Additional info: