We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Default python2.7 installation in Openshift has app.py file in root dir to run Python app. The base module is called the same so in reality not found.
In my case I renamed the module app to "application".
The text was updated successfully, but these errors were encountered:
The solution might be to set OPENSHIFT_PYTHON_WSGI_APPLICATION variable. In build action/hook? I do not how yet...
Sorry, something went wrong.
Hmmm. Now that app.py includes Flask-Script, perhaps we could rename app.py to cli.py?
Issue #3: Renamed app.py to manage.py to avoid a clash with the app/ …
5b71952
…directory.
No branches or pull requests
Default python2.7 installation in Openshift has app.py file in root dir to run Python app. The base module is called the same so in reality not found.
In my case I renamed the module app to "application".
The text was updated successfully, but these errors were encountered: