Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagan Kalra authored Sep 28, 2021
1 parent 78092a0 commit 50853cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
database_name = "plantsdb"
# Feel free to remove the password argument from the below format() method
database_path = "postgresql://{}:{}@{}/{}".format(
"postgres", "postgres", "localhost:5432", database_name
"postgres", "", "localhost:5432", database_name
)
db = SQLAlchemy()

Expand Down

0 comments on commit 50853cb

Please sign in to comment.