Skip to content

Commit

Permalink
Doc in markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienlabelle committed Jan 11, 2010
1 parent 51b2dd1 commit a9af7e3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
Base Tornado App for dead simple projects.
==========================================

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

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.

0 comments on commit a9af7e3

Please sign in to comment.