django
美
英 
例句
Django comes with its own object-relational mapper (ORM) library that supports dynamic database access through a Python object interface.
Django提供了自己的对象关系型数据映射组件(object-relationalmapper,ORM)库,它可以通过Python对象接口支持动态数据库访问。
The Template layer of a Django application allows you to separate the UI or presentation layout of a Web application from its data.
Django应用程序的模板层允许您将Web应用程序的UI或显示布局与它的数据分开。
Django: Food is fuel. You get picky about what you put in the tank; your engine is going to die. Now shut up and eat your garbage.
迪亚哥:食物是燃料,如果你对放在你肚子里的东西如此吹毛求疵的话,你的能量很快就会用光的。所以,现在闭嘴吃你的垃圾吧。
Luckily, most shared Web-hosting providers include Python support, so it is possible to deploy Django applications in this scenario.
好消息是,大部分Web宿主服务器都支持Python,因此在这个场景中可以部署Django应用程序。
Then create a small Python script that informs Apache of the various settings for your Django project and executes the FastCGI program.
然后创建一小段Python脚本,告诉Apache您的Django项目的不同设置,并执行FastCGI程序。
Raul and his wife had two children of their own by this time, and Django resembled them, too.
现在劳尔和妻子已经有了两个孩子,Django跟他们很像。
The RequestContext is a Django context with a few differences from the regular django. template. Context.
RequestContext是一个Django上下文,与常规的django.template.Context有些许差异。
This will allow you to only use your Web server for Django requests and keep your media on a separate server.
这样您的Web服务器就专门用于Django请求,而媒体文件则放在另一个服务器上。
One of the most interesting and talked-about features of Django is its automatic administrative interface.
最有趣、最经常被提起的Django特性之一就是它的自动管理界面。
It's important to note that Django's template system does not allow Python code to be executed directly from the template.
注意,Django的模板系统不允许直接从模板执行Python代码。
Before we move onto the anatomy of a Django application, we will test that our development environment is up and running correctly.
在剖析Django应用程序之前,我们先测试开发环境是否正确。
Next, I'm going to a Django 100 concert, commemorating the centennial of the legendary gypsy jazz guitarist.
我的下一步计划,是前往迪亚哥百年纪念音乐会,参加为这一传奇的吉普赛爵士吉他演奏家举办的专场。
One of the biggest selling points of Django is its well-polished admin interface.
Django的最大卖点之一是其一流的管理界面。
The TurboGears system is quicker to set up than Django, since it requires only an expose decorator to make new pages available.
TurboGears系统的设置比Django更加快捷,因为它只需要一个expose操作让新页面变成可用即可。
Then we'll take a brief look at deploying to a shared Web-hosting environment, where access to httpd. conf is forbidden.
然后粗略了解一下如何将Django应用程序部署到共享的Web宿主环境,在这里不能访问httpd.conf。
The Django URL dispatch system uses regular-expression configuration modules that map URL string patterns to Python methods called views.
DjangoURL分发系统使用了正则表达式配置模块,它可以将URL字符串模式映射为Python方法views。
But rather than make it Django-specific, we chose to first roll out cmislib as a lower-level Python API.
我们选择首先使用cmislib作为一个低级PythonAPI,而不是使集成特定于Django。
For that, you need to deploy Django to a production-grade Web server, such as Apache or lighttpd.
因此,您需要将Django应用程序部署到生产级Web服务器,比如Apache或lighttpd。
We have given a high-level overview of how a Django application is created and of how the MTV pattern it is based on works.
我们已经概述过如何创建Django应用程序,以及它所基于的MTV模式是如何工作的。
Django: Food is fuel. You get picky about what you put in the tank, your engine is gonna die. Now shut up.
迪亚哥:食物是燃料,如果你对放在你肚子里的东西如此吹毛求疵的话,你的能量很快就会用光的。所以现在闭嘴吃你的。
Python is for instance very popular among web developers, especially in combination with the Django framework.
Python目前在web开发者中非常流行,特别用是在与Django框架的组合中。
The model layer of a Django application is handled by Django's data-access layer.
Django应用程序的模型层由Django的数据访问层处理。
Dino explains the first step in getting Django running was getting a database provider that would run on . NET and work with Django.
Dino解释了让Django运行起来的第一步工作,就是让数据库提供器(databaseprovider)能够运行在.NET和Django上。
Models in Django can be seen as descriptions of the database table schemas, represented in Python code.
Django中的模型可以看作是对用Python代码表示的数据库表架构的描述。
Listing 7 shows how this template would be used in a Django application.
清单7显示了如何在Django应用程序中使用这个模板。
The Django team has not chosen a JavaScript library to include with their framework by default, but has discussed the possibility.
Django团队没有选择使用一个JavaScript库来默认地包含自己的框架,但是他们已经对这种可能性展开了讨论。
Note that the App Engine data store is not a relational database, which is required by some Django components.
请注重,发动机数据存储的应用步骤不是一个关系数据库,这是需求一些Django组件。
Django URLs can be easily remapped onto an application after a major refactoring.
在发生重大变化之后,DjangoURL可以简单地重新映射到应用程序上。
"Link rot" severely hurts the traffic levels and usability of content-based Web sites that Django was designed to create.
“链接失效”会对Django设计用来创建的基于内容的Web站点的通信级和可用性造成很大的影响。
If the status object isn't empty, Django loops through each status object and displays the corresponding text.
如果status对象不为空,Django就会循环遍历每个status对象并显示相应的文本。
To make Django aware of a new application, you'll need to add an entry to the INSTALLED_APPS field in the settings. py file.
为了使Django认识到新应用程序的存在,还需要向settings.py文件中的INSTALLED_APPS添加一个条目。
django : it wouldn ' t be so hard to find , if you weren ' t so picky ! remy : i don ' t wanna eat garbage dad.
迪亚哥:也不会很难啊,只要你不那么挑剔!雷米:爸爸,我不想吃丢弃不要的东西!
This article uses the development version of Django, to take advantage of the recent improvements to the Django framework.
本文使用了Django的开发版本,以便能够利用Django框架的最新改进。
This means they cannot make the changes outlined in the previous section, so they cannot get Django up and running in this manner.
这意味着他们不能完成前面小节描述的更改,因此就不能以这种方式运行Django。
Because Django was created from scratch, the entire project is under one open source license (the BSD license).
由于Django是从头开始创建的,因此整个项目都使用的是开源许可证(BSD许可证)。
Unfortunately, this extension can have a negative effect on the performance of a Django application.
不幸的是,这个扩展对Django应用程序的性能有负面影响。
Django-data plot enables developers using the Django web framework to seamlessly integrate data-driven graphical plots into their web pages.
他可以让开发者们使用Djangoweb框架去准去无语的整合资料驱动图标块到他们的网页中去…
After installing Django, you should have the admin tool, django-admin. py, available on your path.
在安装Django之后,您现在应该已经有了可用的管理工具django-admin.py。
If the record with the given primary key does already exist, Django executes an UPDATE query.
如果对象已经在数据库中存在,Django会执行更新操作。
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Django是一个高级PythonWeb框架,它鼓励快速开发和干净、实用的设计。