I am trying to convert a SQL into Django Query:
SELECT * from tbl_name where geometrytype(geometry) LIKE 'POINT';
I have searched on it but cannot find any geometry type function.
Any Help? Thank you