ev pricing
-
cd /Users/wc/Project/template/ev-main (your foldr)
-
python3.9 -m pip install virtual
-
python3.9 -m venv venv
-
. venv/bin/activate
-
git clone https://github.com/wcassw/ev
-
cd ev
-
python3.9 -m pip install --upgrade pip
-
python3.9 -m pip install -r requirements.txt
-
python3.9 run.py
-
https://www.youtube.com/playlist?list=PLLjmbh6XPGK4ISY747FUHXEl9lBxre4mM
-
https://www.geeksforgeeks.org/create-contact-us-using-wtforms-in-flask/
-
https://betterprogramming.pub/how-to-use-flask-wtforms-faab71d5a034
-
https://pypi.org/project/WTForms/ - https://flask-wtf.readthedocs.io/en/1.0.x/
-
https://www.onlinetutorialspoint.com/flask/python-flask-login-form-example.html