view backend.py @ 230:f74fe4d3e626

Process links before metas so that links inside metas are formatted.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Mar 2014 08:37:37 -0700
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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