Skip to content

ahayamb/openshift-python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openshift-python-template

Simple template project for python in openshift

By default, entry point of python application in openshift is wsgi.py. There should be no change in this file, because it just calls main_source.py which uses flask as web server. Although you can add your application's dependencies in setup.py, it is highly recommended to add it in requirements.txt. You can easily transport your dev dependecies to this file by executing command such as pip freeze > requirements.txt if you have pip installed on your computer.

About

Simple template project for python in openshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published