openoakland / OakCrime-Decommissioned

Code supporting citizen analysis of crime in Oakland, CA
22 stars 16 forks source link

Adding postgis #10

Closed anthonyfinch closed 7 years ago

anthonyfinch commented 7 years ago

This rather long-lived branch introduces postgis support to the django app. In order to accomplish this, I've added quite a bit of extra stuff around getting the django app setup for local development, including a docker image of the postgs enabled database. See the README.md for details on how to get set up and running with it.

Summary of changes:

Lastly - I have added a script called dropSource4django.py from @rbelew that I used to get some working data into the app. This script requires some manual fiddling and is nowhere near as integrated into django as it could be, but I have not had time to do much with it - so it is committed here so that at least others can get up and running.