dssg / land-bank

Analytics tool to help the Cook County Land Bank acquire vacant and abandoned properties strategically.
http://dssg.io/projects#landbank
8 stars 8 forks source link

Document land bank data model: ERD, data dictionary, etc #19

Closed skyinthecloud closed 11 years ago

skyinthecloud commented 11 years ago

I'm looking into the pygraphviz package which automatically creates PNG diagrams from Django models. It includes table dependencies, foreign keys, etc. as well as column names and types. The next commit will be a change to settings.py to install the pygraphviz package and a generated diagram of the Django models at the top level of the landbank_data app.

I think a good TODO resulting from this progress would be to start and flesh out the readme or a "how-to" for the project, including things like "re-generating the database models diagram."