view backend.py @ 204:e6c2048e2c94

Added ability to make simple links to child pages.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 13 Feb 2014 23:55:41 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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