CodeForAfrica / HealthTools.API

HealthTools API to retrieve, structure and return data being used by the health tools. Accessible at https://api.healthtools.codeforafrica.org/
https://api.healthtools.codeforafrica.org/
MIT License
19 stars 20 forks source link

Wrap external calls with try-except #67

Closed andela-mmakinde closed 6 years ago

andela-mmakinde commented 6 years ago

Solves https://github.com/CodeForAfricaLabs/HealthTools.API/issues/53

Any background context you want to provide?

Screenshots (if appropriate)

screen shot 2017-11-08 at 10 30 42 am screen shot 2017-11-08 at 10 34 22 am
DavidLemayian commented 6 years ago

Also why did you move healthtools/manage.py → manage.py?

andela-mmakinde commented 6 years ago

manage.py is meant to be in the root folder. Currently in the develop branch, the file is in the healthtools folder and the application doesn't run except the file is placed in the root.