Jon Culver
Jon Culver
Hello! Django 2.2 requires `mysqlclient>=1.3.13` per [this commit](https://github.com/django/django/commit/88619e6129fd8c6668242f1acc1465ca175d2948). `lambda-packages` currently offers [`mysqlclient` at 1.3.12](https://github.com/Miserlou/lambda-packages/tree/master/lambda_packages/mysqlclient). I'd like to raise the issue and request an upgrade. [Django 2.2 was released earlier today](https://docs.djangoproject.com/en/2.2/releases/2.2/)...
**Update September 2019**: This issue + comment originally laid out a proposal to make project directory a configurable setting in Zappa, as a way of getting GeoDjango to work more...
Somewhere between a question and suggestion, certainly not a "issue" — could one craft a Chrome Extension to add "Copy as Python Request" directly to Chrome's Network tab options? I've...
Just adding an issue to track my own progress ( and to potentially assist future research efforts down the road ) on updating a few Kentucky counties: - Missing: Metcalf,...
When I do a `SELECT DISTINCT state FROM 'precincts-2163'` I get a list that is a mix of full state names, and FIPS codes: ``` 01 02 04 Arkansas 06...
Hi, This guide is excellent, but it is a bit out of date: https://github.com/nvkelso/geo-how-to/wiki/Installing-Open-Source-Geo-Software:-Mac-Edition Any tips for getting ESRI GeoDatabase working happily on Mojave (10.14.2 in my case) ? Thank...
I've long wanted to generate GeoJSON directly in the database (i.e. Postgres/PostGIS) since it has JSON and GeoJSON capabilities, and probably has some performance benefits over serialization / pulling everything...
My use-case: I use `csvsql` to quickly build schemas based on text files. I'm very happy with it, but sometimes forget to modify some `DECIMAL` fields to be integers, as...
Resolves several warnings caused by Django 1.6+ changes, and an apparent bug in TagManager's `usage_for_queryset`. - Subclassing ModelAdmin requires either a `fields` or `exclude` attribute on its Meta class. -...
Is it possible to delete those older messages that don't show up anymore?