easily set up tornado app with templates
source install # commands will be installed under ~/bin/
tornado_setup <app-name>
.
├── server.py
├── static
│ └── css
│ └── style.css
├── templates
│ └── index.html
└── venv
.
.
.
- Python: 3.6.4
- Tornado: 5.0