README
1. Introduction
This template is made for building Python2 webservices/websites using the Flask framework.
2. How to play with it?
By default, the main entry point is in main/wsgi.py
file.
Note that an interactive debugger is automatically configured if you use debug=1
in your plugin config.ini
file.
You will find a tutorial about this plugin at https://metwork-framework.org/pub/metwork/continuous_integration/docs/integration/mfserv/870-tutorials/020_python2_flask_plugin/