jeffcjohnson / tornado-template

Tornado template with Jinja2 and Sqlalchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tornado-template

Tornado template with Jinja2 and Sqlalchemy

Requirements

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

About

Tornado template with Jinja2 and Sqlalchemy


Languages

Language:Python 87.7%Language:Shell 12.3%