Commit 5b39d17c authored by Leonid Shvechikov's avatar Leonid Shvechikov

Remove needless line from the docs

It apparently was copy&pasted by mistake from previous example.
parent ecaf070c
......@@ -115,7 +115,6 @@ instance running on the same machine as your app, you can::
admin = Admin(app, name='microblog', template_mode='bootstrap3')
path = op.join(op.dirname(__file__), 'static')
admin.add_view(rediscli.RedisCli(Redis()))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment