Es sollte das genaue Format sein.
app.config['SQLALCHEMY_DATABASE_URI'] = "postgresql://postgres:[email protected]/DBNAME"
Wobei postgres
ist Benutzername und postgres
ist das Passwort, localhost
ist Adresse
Es sollte das genaue Format sein.
app.config['SQLALCHEMY_DATABASE_URI'] = "postgresql://postgres:[email protected]/DBNAME"
Wobei postgres
ist Benutzername und postgres
ist das Passwort, localhost
ist Adresse