I have a Django app that requests data from an external API and my goal is to convert that data which is returned as list/dictionary format into a new REST API
If I have 1 model with 3 different geo_fields in (point, poly and line), can I serialize all of these with django-rest-framework-gis? My model: class Job(BaseMo