This was simply a typo on my part. the sqlalchemy.url should not be a
quoted. I just had to use:
sqlalchemy.url = postgres://duser@localhost/workloadmodel
and comment out the sqlalchemy.dburi. The comments in the
development.ini file are somewhat confusing, as it has examples of
sqlalchemy.dburi for postgres and mysql, which don't work.