Search in a BoundingBox with GeoDjango
My need was to search in a limited square area. Actually it was a little bit more tricky, I implemented a « Search in this …
Each week, I share a technical trick that I learned
My need was to search in a limited square area. Actually it was a little bit more tricky, I implemented a « Search in this …
Using Django Queryset, to get a random order by, just use the ? parameter Django doc : https://docs.djangoproject.com/en/dev/ref/models/querysets/#django.db.models.query.QuerySet.order_by
Here is my Django tip of the week (not provided every week 🙄) Let’s join in template ! Using template filter join Works well or …
For one of my project I need to manage a different ssh key to deliver the code in an other git repo account. It can …