Please enable JavaScript in your browser!
Halaman utama
Jelajahi
Bantuan
Masuk
sagaracharya
/
teaser
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
673e13408c
Ranting
Tag
master
teaser
/
cat_dog_site
sagaracharya
5e039115e5
moved repo to notabug
4 tahun lalu
..
templates
5e039115e5
moved repo to notabug
4 tahun lalu
README
5e039115e5
moved repo to notabug
4 tahun lalu
flaskPage.py
5e039115e5
moved repo to notabug
4 tahun lalu
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