From 156375861f191f51f4e97ce25cd4d39f8025f90b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 27 May 2009 15:47:11 +0000 Subject: - A paster command has been added named "bfgshell". This command can be used to get an interactive prompt with your BFG root object in the global namespace. E.g.:: bin/paster bfgshell /path/to/myapp.ini myapp See the ``Project`` chapter in the BFG documentation for more information. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f1e320f6d..d6aa204b8 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,8 @@ setup(name='repoze.bfg', bfg_starter=repoze.bfg.paster:StarterProjectTemplate bfg_zodb=repoze.bfg.paster:ZODBProjectTemplate bfg_routesalchemy=repoze.bfg.paster:RoutesAlchemyProjectTemplate + [paste.paster_command] + bfgshell=repoze.bfg.paster:BFGShellCommand """ ) -- cgit v1.2.3