Mercurial > hg > bitsyblog
changeset 104:3198edbf7d8e
STUB: bitsyblog/factory.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 23 Feb 2014 17:16:09 -0800 |
parents | 62d4deec4314 |
children | 67e01fc5e360 |
files | bitsyblog/factory.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bitsyblog/factory.py Sun Feb 23 17:09:22 2014 -0800 +++ b/bitsyblog/factory.py Sun Feb 23 17:16:09 2014 -0800 @@ -61,6 +61,7 @@ app.newuser(user, auth.hash(app.user, pw)) return auth + def bitsierfactory(global_conf, **app_conf): """make single-user bitsyblog""" bitsyblog_args, handler_args = get_args(app_conf, BitsierBlog)