Django是什么意思,Django怎么读 语音:
  
Django 基本解释
[电影]姜戈
中文词源
Django 用法和例句提示:点击例句中的单词,就可以看到词义解释
提示:点击例句中的单词,就可以看到词义解释
This independence means you can use only the parts of Django you need , without worrying about dependency issues .
框架的独立性意味着您可以仅使用所需的Django部分,而不用担心依赖性带来的问题。
The above command creates a directory called djproject that contains the basic configuration files needed to run a Django project
上面这个命令会创建一个djproject目录,其中包含了运行Django项目所需要的基本配置文件
Views can be stored anywhere in a Django application , but are usually stored in a file named views.py .
可以将视图储存在Django应用程序中的任意位置,但它们通常储存在名为views.py的文件中。
If the status object isn \'t empty , Django loops through each status object and displays the corresponding text .
如果status对象不为空,Django就会循环遍历每个status对象并显示相应的文本。
For that , you need to deploy Django to a production-grade Web server , such as Apache or lighttpd .
因此,您需要将Django应用程序部署到生产级Web服务器,比如Apache或lighttpd。