Skip to content

Files

Latest commit

c139443 · Feb 1, 2021

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 12, 2018
Apr 10, 2020
Sep 25, 2019
Feb 17, 2019
Apr 11, 2020
Oct 6, 2019
Apr 11, 2020
Apr 9, 2018
Feb 1, 2021
Apr 9, 2018
Nov 1, 2019
Jan 31, 2020

app directory

This directory contains the Flask application code.

The code has been organized into the following sub-directories:

# Sub-directories
commands     # Commands made available to manage.py
models       # Database Models and their Forms
static       # Static asset files that will be mapped to the "/static/" URL
templates    # Jinja2 HTML template files
views        # View functions