view backend.py @ 222:31ac8bd02ddd

Still tweaking the arguments to the damn `wk runserver` command.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 09 Mar 2014 20:26:54 -0700
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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