Werkzeug doc materials¶
Important
Content directly from official documentation page from Werkzeug (link). I just created this page for my own liking since I love the readthedoc Sphinx theme.
- 1. Werkzeug Tutorial
- 1.1. Introducing Shortly
- 1.2. Step 0: A Basic WSGI Introduction
- 1.3. Step 1: Creating the Folders
- 1.4. Step 2: The Base Structure
- 1.5. Intermezzo: Running the Application
- 1.6. Step 3: The Environment
- 1.7. Step 4: The Routing
- 1.8. Step 5: The First View
- 1.9. Step 6: Redirect View
- 1.10. Step 7: Detail View
- 1.11. Step 8: Templates
- 1.12. Step 9: The Style
- 1.13. Bonus: Refinements
- 2. Quickstart
- 3. Application Deployment