8000 GitHub - fernakano/tornado-base-app: Tornado base application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fernakano/tornado-base-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Tornado App seed for dead simple projects.

Tornado base app is (as its name suggests) a tornado app which do all the boring stuff for you.

It provides a couple os simple features.

  • Simple Template Rendering
  • Serve static files
  • Simple http request
  • Simple websocket creation

To install requirements use:

pip install -r requirements.txt

To configure the app edit:

app.yaml

Usage (default settings):

./app.py

If you use stuff like Twitter's OAuth, you may have different settings in production and in development.

./app.py --version=version

Will override default settings with extra settings.

About

Tornado base application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.6%
  • HTML 42.4%
0