Website Coding by Setting Flask
Making a website
- a Created a folder:
- Made following project folder.
pip install flask
pip install flask-login
pip install flask-sqlalchemy
- I ran the main function
Got the following error
- Found the error caused due to following reason. I had to run init.py before than main.py but I had ran main.py directly. So, I ran init.py and then main.py again. now I got no error.
Went to views.py and added following codes.
Comments
Post a Comment