view backend.py @ 197:067eca50f8f7

Fixed crash creating pages in new folders, or with spaces.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 11 Feb 2014 08:10:06 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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