Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.39 KB

File metadata and controls

58 lines (46 loc) · 1.39 KB

Life Program

Migration

Installation

pip install Flask-Migrate

Instantiation

Inside the init.py file insert the following command after both the app and db have been initalized.

Migrate(app, db)

Usage

Initial

flask db init

This will come up with a message saying you need to configure a file. Unless there is a specific reason to do so, simply skip that suggestion.

Every time you change model.py

use the following commands in order in the terminal:

flask db migrate

flask db upgrade

Sections


Health

Facilities

Doctors

Medications

Medication List

Hospitalizations

Allergies

Surgeries

A1C

C-PAP


Productivity

Tasks

Goals

Projects


Menu Planner

Planner

Reciepts

Shopping List




THINGS TO DO

  • Make a page that has archive plan information. a place you can look back at different weeks and see what you had
  • Code Snippits
  • Text the person when the medication is due to be refilled.
  • Create a wallet size report in pdf that can be printed out
  • Place the keys in the database
  • Make each menu item selectable according to user (menu on for me off for shawn for example)
  • Grave markers