◐ Shell
clean mode source ↗

Add db name to psql command by MattKleinsmith · Pull Request #144 · mattmakai/fullstackpython.com

@MattKleinsmith

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.