Flask-Web-App-Tutorial
Flask-Web-App-Tutorial copied to clipboard
Init.py
in my init.py i have this error from flask_sqlalchemy import SQLAlchemy ModuleNotFoundError: No module named 'flask_sqlalchemy'
Make sure to install sqlalchemy, you can do it with the following command:
pip install SQLAlchemy