Awesome
tornado-template
Tornado template with Jinja2 and Sqlalchemy
Requirements
- Git
- Python version 3.3
- virtualenvwrapper
Usage
Clone the repo:
git clone https://github.com/mfussenegger/tornado-template.git
Initialize the template using:
./bootstrap.sh your-package-name
This will execute the following steps:
- Rename SITENAME to your-package-name
- Create a virtual environment called your-package-name
- Install all requirements inside the virtual environment
- rm -rf .git
- Initialize a new git repo
- Rename template-tornado to Your-package-name
- Delete bootstrap.sh
Have fun!
workon your-package-name
python your-package-name/app.py