Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

App Layout

  • _init_.py - Root of your Flask application. For more on understanding this application structure,
    see the documentation
  • views.py - Application view functions. For more on getting started building view functions, read the Quickstart guide.
  • errors.py - Application error functions for your basic HTTP standard response errors
  • README.md - You're looking at it! :)
  • static - Store you Javascript, CSS, and image files here. Along with your 3rd party vendor static files, such as Bootstrap. For more info on using static files in Flask, see the documentation.
  • templates - HTML files go here. Flask uses Jinja2 as its template engine. For more info on using Jinja2, see the documentation