Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
sagaracharya
/
teaser
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
master
teaser
/
cat_dog_site
sagaracharya
5e039115e5
moved repo to notabug
4 rokov pred
..
templates
5e039115e5
moved repo to notabug
4 rokov pred
README
5e039115e5
moved repo to notabug
4 rokov pred
flaskPage.py
5e039115e5
moved repo to notabug
4 rokov pred
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