https://github.com/bkocoglu/flask-tutorial
https://github.com/bkocoglu/flask-tutorial
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkocoglu/flask-tutorial
- Owner: bkocoglu
- Created: 2020-05-17T15:35:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:28:22.000Z (over 3 years ago)
- Last Synced: 2023-03-07T12:31:02.868Z (over 3 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
~~~~
export FLASK_APP=tutorials/tutorials_app.py
~~~~
~~~~
export FLASK_DEBUG=1
~~~~
~~~~
pip3 freeze > requirements.txt
~~~~