ODM2 / WOFpy

A server-side implementation of CUAHSI's Water One Flow service stack in Python.
http://odm2.github.io/WOFpy/
9 stars 9 forks source link

Implement database string connection in configfile #113

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

This pull request would grab database connection information from configfile during runserver, eliminating --connection option that was previously there. I've also cleaned up the runserver code a bit, eliminating unused imports.