mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

Add db name to psql command #144

Closed MattKleinsmith closed 6 years ago

MattKleinsmith commented 6 years ago

Without the database name, the psql command returns: psql: FATAL: database "matt" does not exist. The required command is "psql testpython", as shown (subtly) in the image below the edited line.

mattmakai commented 6 years ago

Oh good catch @MatthewKleinsmith, thank you!