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

Replace manage.py code with script #360

Closed wilbertom closed 10 years ago

wilbertom commented 10 years ago

manage.py was a way to provide an helpful interface like django. I think flask-script or click will help us do this better than ArgumentParser

wilbertom commented 10 years ago

Click is nice because it's platform independent. Flask-Script is needed for Flask-Migrate. Ugh decisions.

wilbertom commented 10 years ago

Using flask-script. Closed by 8d8a162b6be9716938a3b6320f3368fd50c22ec4