> dbpg = DAL('postgres://dlawrence_test1:****@localhost:5432/
> dlawrence_test1')
>If you use the latest postgres, it may use port 5433 by default. Try both 5432 and 5433.
> dbpg = DAL('postgres://dlawrence_test1:****@localhost:5432/
> dlawrence_test1')
>If you use the latest postgres, it may use port 5433 by default. Try both 5432 and 5433.