Django Book 翻译
菜单>:
TOC
返回
原文:
In modern Web applications, the arbitrary logic often involves interacting with a database. Behind the scenes, a *database-driven Web site* connects to a database server, retrieves some data out of it, and displays that data, nicely formatted, on a Web page. Or, similarly, the site could provide functionality that lets site visitors populate the database on their own.
翻译:
在当代 Web 应用中,任意逻辑经常牵涉到与数据库的交互。 *数据库驱动网站* 在后台连接数据库服务器,从中取出一些数据,然后在 Web 页面用漂亮的格式展示这些数据。或者,站点也提供让访问者自行填充数据库的功能。
备注:
译者: