/python_flask_template

bootstrap code needed for a new flask web server

Primary LanguageHTML

python_flask_template

git clone https://github.com/yesyayen/python_flask_template.git
cd python_flask_template
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python app.py