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

move ng_scraper out of django commands #343

Closed bepetersn closed 10 years ago

bepetersn commented 10 years ago

The intent of this change is to minimize the reliance on Django for all parts of this project. This will require specifying the location of the django settings (see #411), and then changing every in-code use of the command to stop using python manage.py and reference the new location of the scraper (see #412).

bepetersn commented 10 years ago

418 fixes this issue.