Kenneth Reitz
Kenneth Reitz
@SkullTech if you send a pull-request to make it work (especially with the new GraphQL API) I will definitely accept it (and move it back to the 'kennethreitz' account)!
I haven't used this project in a while. It needs some overdue updates :) This would be fantastic.
This sparks an interesting idea: https://github.com/kennethreitz/tablib/issues/35
Tablib v0.9.5 was just released, which adds the `dataset.add_formatter(column, callback)` method.
@aTylerRice can you share the relevant part of your `settings.py`, particularly your database engine? Also, try running this again with `$ heroku config DEBUG_COLLECTSTATIC=1`. This will print out all of...
This is caused by the `GEOS_LIBRARY_PATH`, `GDAL_LIBRARY_PATH`, and `PROJ4_LIBRARY_PATH` in your Django settings. Removing them completely will likely solve the problem.
@Scramblejams share your traceback please!
I'm also seeing this.
Just reviewed all the code, and everything looks relatively sane. Going to dig deeper.
This line may be to blame https://github.com/heroku/heroku-buildpack-python/blob/master/bin/steps/python#L18