mirror of
https://github.com/sprockets/sprockets.mixins.postgresql.git
synced 2024-11-21 19:28:35 +00:00
Fix the README
This commit is contained in:
parent
71c444c4b5
commit
0f4afdf229
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ asynchronous Tornado ``RequestHandler`` for a database named ``foo``:
|
|||
os.environ['FOO_DBNAME'] = 'foo'
|
||||
os.environ['FOO_PASSWORD'] = 'bar'
|
||||
|
||||
class FooRequestHandler(postgresql.HandlerMixin,
|
||||
class FooRequestHandler(postgresql.AsyncHandlerMixin,
|
||||
web.RequestHandler):
|
||||
|
||||
DBNAME = 'foo'
|
||||
|
|
Loading…
Reference in a new issue