view chef.py @ 382:5c723d4bd2e4

docs: Add documentation for deploying as a dynamic CMS.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 10 May 2015 23:26:44 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()