view backend.py @ 181:87d6922340d9

Page editing: - Fixed broken page editing. - Use the bundled Pagedown library. - Added ability to add new pages. Miscellaneous: - Better UI for subtitles and details.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 01 Feb 2014 14:03:20 -0800
parents a4a64d6b66cb
children
line wrap: on
line source

from wikked.tasks import app

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