klpdotorg / dubdubdub

Home of KLP. Houses *most* of the data and APIs.
MIT License
5 stars 4 forks source link

Olp #701

Open harisibrahimkv opened 7 years ago

harisibrahimkv commented 7 years ago

This PR reflects the changes in the files that were made to get the Odisha data up and running using the KLP codebase. This PR exists as a reference until the point where we figure out how to handle multiple states using dubdubdub.

harisibrahimkv commented 7 years ago

For all the mass search-replace that has been done in the project, you can use git and do a mass replacement in the repo like so:

git grep -l 'old_text' | xargs sed -i '' -e 's/old_text/new_text/g'