Connectez Flask avec PostgreSQL
app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://yourPostgresUsername:yourPassword@localhost:5432/databaseName'
Daniel Maina
app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://yourPostgresUsername:yourPassword@localhost:5432/databaseName'