Django Book 翻译
菜单>:
TOC
返回
原文:
If youre installing the ``django.contrib.auth`` application, ``syncdb`` will give you the option of creating a superuser immediately. ``syncdb`` will also search for and install any fixture named ``initial_data`` . See the documentation for ``loaddata`` for details on the specification of fixture data files.
翻译:
如果你正在安装“django.contrib.auth”应用,“syncdb”将会给出立即创建超级用户的选项。“syncdb”也将会搜索并安装任何命名为“initial_data”的夹具 。关于夹具数据文件的规范参见“loaddata”文档。
备注:
译者: