Nadeem Butt

Results 2 issues of Nadeem Butt

Here is the code. from flask import Flask from flask_sqlalchemy import SQLAlchemy from os import path from flask_login import LoginManager db = SQLAlchemy() DB_NAME = "database.db" def create_app(): app =...

Could someone please help with the error I am getting with the home.html file? There were 3 error, but I updated the code as I noticed that "note.id" wasn't being...