FSX / momoko

Wraps (asynchronous) Psycopg2 for Tornado.
http://momoko.61924.nl/
Other
363 stars 73 forks source link

Wrong Tutorial Base Code #46

Closed matheuspatury closed 11 years ago

matheuspatury commented 11 years ago

To run properly this code, is necessary "import tornado.web" to access RequestHandler, Application and @asynchronous ahead. Also deleted the import of " asynchronous " in tornado.options it doesn't exist.

FSX commented 11 years ago

Thanks!