Cron-Dev Blog

0

GeoMapping and the Travelling Salesman Problem

Solving the Travelling Salesman Problem to make mapping Farms using Geotagging easier and intuitive for users.
This application uses the 2-opt algorithm for solving TSP and runs on a mobile phone.

Snippet: OR filters with Django-filter 0

Snippet: OR filters with Django-filter

The requirement is to build a simple OR condition query string filter using django-filter. Since there is no standardization of the format, I have used a query string which looks like ?value=v1|v2|v3 Here’s a...