Please enable JavaScript in your browser!
Начало
Каталог
Помощ
Вход
sagaracharya
/
teaser
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
673e13408c
Клонове
Маркери
master
teaser
/
cat_dog_site
sagaracharya
5e039115e5
moved repo to notabug
преди 4 години
..
templates
5e039115e5
moved repo to notabug
преди 4 години
README
5e039115e5
moved repo to notabug
преди 4 години
flaskPage.py
5e039115e5
moved repo to notabug
преди 4 години
README
Steps to run the site
1. Install Flask with your package manager
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