view backend.py @ 171:8701790360e0

Communicate the `debug` flag to Flask.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Jan 2014 08:14:35 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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