sqlalchemy.exc.operationalError: (sqlite3.operationalError) Tidak dapat membuka file database

SQLALCHEMY_DATABASE_URI = os.environ.get('DATABASE_URL') or 'sqlite://' + os.path.join(basedir, 'app.db')
Victorious Vendace