sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

port database audit command to new ORM #413

Open bepetersn opened 10 years ago

bepetersn commented 10 years ago

When the new command is made, it should be put in scripts. After switching the scraper over from using the v1 API as our read-database (see #391), we can use this new command.

bepetersn commented 10 years ago

It's already broken, so mostly use the old command as a guideline, and hopefully solve #308 as well.