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

Basic Storing of Raw Inmate Data #432

Closed nwinklareth closed 10 years ago

nwinklareth commented 10 years ago

This functionality is grafted on to the functionality of the Inmates class. It just stores the added or updated inmate entries. To run it requires two directories to exist and a feature switch to be activated, instructions on them found here.

For the snapshot data to be accessible then #431 needs to be implemented and released.

bepetersn commented 10 years ago

Wow, this is a very cool way to do a feature switch.