Open karimkawambwa opened 4 years ago
I had thought of making the data exist in a Django application but i did not pursue this further. But here was my start and then I stopped.
https://github.com/CodeForAfrica/HURUmap-Data/tree/django_app
So if you run yarn sequalize --django --reprocess it would generate the models based of a template in djangolize.js
yarn sequalize --django --reprocess
djangolize.js
Maybe this module could be interesting to use https://github.com/edcrewe/django-csvimport
cc @ascii-dev @KhadijaMahanga @kilemensi
I had thought of making the data exist in a Django application but i did not pursue this further. But here was my start and then I stopped.
https://github.com/CodeForAfrica/HURUmap-Data/tree/django_app
So if you run
yarn sequalize --django --reprocess
it would generate the models based of a template indjangolize.js
Maybe this module could be interesting to use https://github.com/edcrewe/django-csvimport
cc @ascii-dev @KhadijaMahanga @kilemensi