hackoregon / backend-examplar-2018

an example dockerized geo-aware django backend
MIT License
4 stars 5 forks source link

add rest_framework_gist to installed apps example settings #79

Open hassanshamim opened 6 years ago

hassanshamim commented 6 years ago

I noticed the extension that helps serialize geometry fields into geojson was included in the requirements but not the settings.

BrianHGrant commented 6 years ago

Yes, you would want to use this to bring in the geometry filters. Used extensively in Emergency Response last year and I would be ok with adding.