Django Book 翻译
菜单>:
TOC
返回
原文:
To start your server, first change into the directory of your project (wherever your ``manage.py`` is), and then run ``manage.py`` with the ``runfcgi`` command:
翻译:
开始你的服务器项目,首先进入你的项目目录下(你的 ``manage.py`` 文件所在之处),然后使用 ``manage.py runfcgi`` 命令:
备注:
译者: