datasette/datasite
Simon Willison 1592fd0419 Started work on cli, which also meant adding setup.py
I'm using click, and click recommends using a setup.py - so I've added one of
those. I also refactored code into a new datasite package. It's not quite
deploying to now properly at the moment though - I seem to have messed up the
path handling a bit.

Also snuck in a new template for the "Row" view.

Refs #40
2017-10-27 00:08:24 -07:00
..
templates Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00
__init__.py Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00
app.py Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00
cli.py Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00