view backend.py @ 212:5bf00af997ac

The `cache` command can optionally force resolve all pages.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 17 Feb 2014 14:37:53 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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