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_DBNAME'] = 'foo'
|
||||||
os.environ['FOO_PASSWORD'] = 'bar'
|
os.environ['FOO_PASSWORD'] = 'bar'
|
||||||
|
|
||||||
class FooRequestHandler(postgresql.HandlerMixin,
|
class FooRequestHandler(postgresql.AsyncHandlerMixin,
|
||||||
web.RequestHandler):
|
web.RequestHandler):
|
||||||
|
|
||||||
DBNAME = 'foo'
|
DBNAME = 'foo'
|
||||||
|
@ -94,4 +94,4 @@ Available at https://sprocketsmixinspostgresql.readthedocs.org/en/latest/history
|
||||||
:target: https://pypi.python.org/pypi/sprockets.mixins.postgresql
|
:target: https://pypi.python.org/pypi/sprockets.mixins.postgresql
|
||||||
|
|
||||||
.. |License| image:: https://pypip.in/license/sprockets.mixins.postgresql/badge.svg?
|
.. |License| image:: https://pypip.in/license/sprockets.mixins.postgresql/badge.svg?
|
||||||
:target: https://sprocketsmixinspostgresql.readthedocs.org
|
:target: https://sprocketsmixinspostgresql.readthedocs.org
|
||||||
|
|
Loading…
Reference in a new issue