Skip to content

A simple demo of the beginnings of a To-Do List application in Tornado.

Notifications You must be signed in to change notification settings

KitchenTableCoders/TornadoDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TornadoDemo

A simple demo of the beginnings of a To-Do List application in Tornado.

To use, download these files by cloning or zip, then:

* Make a Heroku account (www.heroku.com) and get the Heroku toolbelt (https://toolbelt.herokuapp.com/)

  • Open a terminal and navigate to your project directory (the one that contains main.py)
  • heroku login
  • heroku create
  • git push heroku master
  • Open a web browser at the address it prints out.
  • If the app is not running, you may need to do: heroku ps:scale web=1
  • For more information, see https://devcenter.heroku.com/articles/python

About

A simple demo of the beginnings of a To-Do List application in Tornado.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages