pip install Flask-Migrate
Inside the init.py file insert the following command after both the app and db have been initalized.
Migrate(app, db)
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.
use the following commands in order in the terminal:
flask db migrate
flask db upgrade
- 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