Django Book 翻译
菜单>:
TOC
返回
原文:
This is the ID, as an integer, of the current site in the ``django_site`` database table. It is used so that application data can hook into specific site(s) and a single database can manage content for multiple sites. See Chapter 14.
翻译:
这就是在“django_site”数据库表中当前网站的整数ID。它常用于应用程序数据能够挂钩到指定的网站,或单个数据库上能管理多个网站的内容。参见第14章。
备注:
译者: