Flask Recipes App
0.1.0

Contents:

  • Introduction
  • Notes on Routing
  • db.py
  • views.py
Flask Recipes App
  • Docs »
  • Welcome to Flask Recipes App’s documentation!
  • View page source

Welcome to Flask Recipes App’s documentation!¶

Contents:

  • Introduction
  • Notes on Routing
    • Target URL Defined by Decorator
    • Decorators in Python @make_it_fancy
    • What are these *args and **kwargs?
    • Why does Flask use these decorators?
  • db.py
  • views.py
    • Routing Functions
    • Session Helper Functions

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Links¶

Return to the recipe website: https://recipes.pdxitservices.com

PDF version of this documentation https://recipes.pdxitservices.com/static/pdf/FlaskRecipesApp.pdf

Next

© Copyright 2019, Robert Jones

Built with Sphinx using a theme provided by Read the Docs.