Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
sagaracharya
/
teaser
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Дерево:
673e13408c
Ветки
Метки
master
teaser
/
flask_python_site
sagaracharya
5e039115e5
moved repo to notabug
4 лет назад
..
templates
5e039115e5
moved repo to notabug
4 лет назад
README
5e039115e5
moved repo to notabug
4 лет назад
Technical Test.docx
5e039115e5
moved repo to notabug
4 лет назад
flaskPage.py
5e039115e5
moved repo to notabug
4 лет назад
README
Steps to run the site (a simple sample site)
1. Install Flask
On a terminal, execute
pip3 install flask
2. Ensure directory structure (html file in templates)
flaskpage.py
templates |_ stat.html
|_ webpage.html
3. Create FLASK_APP variable
On a terminal, execute,
export FLASK_APP=flaskPage.py
4. Final Step
flask run