Make GeoDjango+DRF as flexible as you wish by binding Raw Query to Serializers
When building API with Django, Django Rest Framework is generally a good choice. If you need to extend the requirements to support GIS query then you will probably find the extension DRF-GIS convenient as it nicely fill the gap for…