In apps/worldmap/views.py is a view called BlogJSON that handles AJAX requests for blog entries. Currently it is unfiltered, so the get_queryset() method on that needs to be finished to implement filtering (there's some sample code commented out there now). The format for filtering can be:
/map/get_blogs?country=Uganda§or=Environment
In apps/worldmap/views.py is a view called BlogJSON that handles AJAX requests for blog entries. Currently it is unfiltered, so the get_queryset() method on that needs to be finished to implement filtering (there's some sample code commented out there now). The format for filtering can be: /map/get_blogs?country=Uganda§or=Environment