datasette/datasette
Russ Garrett d555baf508 Suppress rendering of binary data - thanks @russss (#442)
Binary columns (including spatialite geographies) get shown as ugly
binary strings in the HTML by default. Nobody wants to see that mess.

Show the size of the column in bytes instead. If you want to decode
the binary data, you can use a plugin to do it.
2019-05-03 12:44:48 -04:00
..
publish datasette publish cloudrun (#434) - thanks, @rprimet 2019-05-03 09:59:01 -04:00
static
templates
views Suppress rendering of binary data - thanks @russss (#442) 2019-05-03 12:44:48 -04:00
__init__.py
_version.py
app.py
cli.py
facets.py
filters.py
hookspecs.py
inspect.py
plugins.py datasette publish cloudrun (#434) - thanks, @rprimet 2019-05-03 09:59:01 -04:00
renderer.py
tracer.py
utils.py datasette publish cloudrun (#434) - thanks, @rprimet 2019-05-03 09:59:01 -04:00
version.py