Phil Gyford
Phil Gyford
That should be do-able, although I can't promise when I'll get round to it!
That should be possible. I never used the Foursquare KML file so don't have one to use as an example. I'd like to make it as similar as possible. Do...
Yes thanks.
Try the latest version, with new added `-k kml` option and see how it is for you... the file isn't exactly the same as Foursquare's version but should be similar....
Sorry about that. What version of python are you using?
Ah, sorry, I was using `f""` formatting strings and I'd forgotten they only work on python 3.6+. Try the latest version on `master` and let me know if that works...
Sorry, I didn't want to install something just to uncompress 7z files... so I'm not sure what the "count" option does... I just noticed that what was supposed to output...
Ah, it seems to be the jQuery `$.get()` request caching the response in the browser. In `el-pagination.js`, if I replaced [line 65](https://github.com/shtalinberg/django-el-pagination/blob/develop/el_pagination/static/el-pagination/js/el-pagination.js#L65) with an `$.ajax()` request with `cache: false`, it...
I was just coming to ask this. Heroku [is changing its Redis add-on](https://devcenter.heroku.com/articles/heroku-redis-hobby-deprecation#updates-to-your-add-on-configuration) and now recommends using their TLS connection. They also [specifically point Django users to use `django-redis-cache`](https://devcenter.heroku.com/articles/heroku-redis#connecting-in-django) so...
I'm now wondering if Heroku just got confused between django-redis and django-redis-cache, as the former seems to work OK for me with TLS.