使用 TurboGears 和 Python 开发 Web 站点
2007-03-30 12:27:33 来源:WEB开发网核心提示: 在安装 TurboGears 之后,我们就应该有了管理工具 tg-admin,使用 TurboGears 和 Python 开发 Web 站点(2),它在您自己的目录中,我们可以在命令行中输入 tg-admin 查看它是否存在:清单 1. 使用 TurboGears 管理工具~/dev$
在安装 TurboGears 之后,我们就应该有了管理工具 tg-admin,它在您自己的目录中。我们可以在命令行中输入 tg-admin 查看它是否存在:
清单 1. 使用 TurboGears 管理工具
~/dev$ tg-admin
TurboGears 0.9a5 command line interface
Usage: /usr/bin/tg-admin [command] [options]
Available commands:
i18n Manage i18n data
info Show version info
quickstart Create a new TurboGears project
shell Start a Python prompt with your database available
sql Run the SQLObject manager
toolbox Launch the TurboGears Toolbox
update Update an existing turbogears project
快速启动
要启动 TurboGears 项目,我们需要使用 tg-admin quickstart 功能。我们会被要求提供一个项目名和一个目录名。对于本文来说,我创建了一个简单的购物车,名为 TG Commerce,它有一个名为 tgcommerce 的包:
清单 2. 启动 TurboGears 项目
~/dev$ tg-admin quickstart
Enter project name: TG Commerce
Enter package name [tgcommerce]:
Selected and implied templates:
turbogears#turbogears web framework
Variables:
package: tgcommerce
project: TG-Commerce
Creating template turbogears
Creating ./TG-Commerce/
... (output snipped) ...
TurboGears 使用下面的 tgcommerce 包创建一个 TG-Commerce 项目。我们现在可以启动这个项目提供的测试服务器了:
清单 3. 启动测试服务器
Tags:使用 TurboGears Python
编辑录入:爽爽 [复制链接] [打 印]更多精彩
赞助商链接