diff piecrust/plugins/builtin.py @ 588:b884bef3e611

admin: New `admin` command to manage FoodTruck-related things. Remove old FoodTruck command and packaging.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 17 Jan 2016 21:44:41 -0800
parents ee3fe63cc51d
children e2e955a3bb25
line wrap: on
line diff
--- a/piecrust/plugins/builtin.py	Sat Jan 16 14:24:35 2016 -0800
+++ b/piecrust/plugins/builtin.py	Sun Jan 17 21:44:41 2016 -0800
@@ -1,4 +1,5 @@
 from piecrust.commands.base import HelpCommand
+from piecrust.commands.builtin.admin import AdministrationPanelCommand
 from piecrust.commands.builtin.baking import (
         BakeCommand, ShowRecordCommand)
 from piecrust.commands.builtin.info import (
@@ -62,7 +63,8 @@
                 PluginsCommand(),
                 BakeCommand(),
                 ShowRecordCommand(),
-                ServeCommand()]
+                ServeCommand(),
+                AdministrationPanelCommand()]
 
     def getCommandExtensions(self):
         return [