This is a to do list created using flask, Data Base, HTML, and Jinja. All Modules need to create this project are in the README.md file.
pip install virtualenv
After insalling this module, type virtualenv env, it will create a folder.
pip install flask
This is very important module don't forget to install it.
pip install flask_sqlalchemy
This module will help us to use database.
pip install datetime
This is already installed but sometime you get errors
So you can install this.
python (file_name).py
If you get an error saying that no file named todo.db, what you need to do is, firstly open terminal
Type python and press enter
After that, type, and one more thing, don't type file_name.py type file_name only
>>> from (file_name) import db
>>> db.create_all()