mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 11:36:19 +00:00
3e6f180a0b
Affected files: .obsidian/workspace 2021-05-13.md flask.md
358 B
358 B
Flask
- A web development micro framework for python.
- Includes nice routing, sufficient to implement sensible urls.
- The agora server is flask based.
- go flask.palletsprojects.com
- wikipedia https://en.wikipedia.org/wiki/Flask_(web_framework)
- config https://flask.palletsprojects.com/en/1.1.x/config/