view backend.py @ 214:2dd7535045eb

Print logging to `stdout`.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 24 Feb 2014 12:35:18 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

if __name__ == '__main__':
    app.start()