view chef.py @ 581:911a054f4fbd

bake: Add support for a "known" page setting that excludes it from the bake. (this is useful to set pages as "drafts")
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 30 Dec 2015 14:49:44 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()