view backend.py @ 201:7209c934fc9b

Fix link to profile page.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 11 Feb 2014 08:12:21 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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