Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

mfussenegger/tornado-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published