blob: 1823576317bb3190f077ba0f3aef85438cee1079 (
plain)
1
2
3
4
5
6
7
8
9
|
# Files
- data: Contains scripts for generating the tree-of-life database
- tilo.py: WSGI script that serves tree-of-life data
- server.py: Basic dev server that serves a WSGI script
# During development
Having generated the database as data/data.db, running `server.py`,
in this directory, allows the client to access data from `tilo.py`,
via `localhost:8000`.
|