blob: fc681835d46bfac5777c2d350799f39d570f37be (
plain)
1
2
3
4
5
|
# Files
- **tolData**: Holds scripts for generating the tree-of-life database
- **tilo.py**: WSGI script that serves data from the tree-of-life database. <br>
Note: Using WSGI instead of CGI to avoid starting a new process for each request.
- **server.py**: Basic dev server that serves the WSGI script and image files
|