Flask — Quickstart¶
Eager to get started? This page gives a good introduction to Flask. It assumes you already have Flask installed. If you do not, head over to the Installation section.
- 1. A Minimal Application
- 2. What to do if the Server does not Start
- 3. Debug Mode
- 4. Routing
- 5. Static Files
- 6. Rendering Templates
- 7. Accessing Request Data
- 8. Redirects and Errors
- 9. About Responses
- 10. Sessions
- 11. Message Flashing
- 12. Logging
- 13. Hooking in WSGI Middlewares
- 14. Using Flask Extensions
- 15. Deploying to a Web Server