https://github.com/weizujie/flask-learning
阅读《Flask Web开发:基于Python的Web应用开发实战》时照着书本敲的例子
https://github.com/weizujie/flask-learning
Last synced: 2 months ago
JSON representation
阅读《Flask Web开发:基于Python的Web应用开发实战》时照着书本敲的例子
- Host: GitHub
- URL: https://github.com/weizujie/flask-learning
- Owner: weizujie
- Created: 2018-02-27T13:36:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T03:42:41.000Z (over 2 years ago)
- Last Synced: 2023-11-22T04:33:51.087Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-Learning
# References
《Flask Web Development: Developing Web Applications with Python》# Usage
```
$ python hello.py runserver
```