検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 171 for we (0.087 sec.)
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dvanced tutorial begins where Tutorial 7 left off. We'll be turning our web-poll into a standalone Pytho ... が以下の説明でも使われるからです。 再利用性の問題 ¶ Web アプリケーションの設計、開発、テスト、そしてメンテ ... 存のPythonパッケージや Django アプリを選んで、自分の Web プロジェクトに組み込むことができます。つまり、あな ... ===== Polls ===== Polls is a Django app to conduct web-based polls. For each question, visitors can choo ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
メタドキュメントとその他 — Django 4.0.6 ドキュメント 5348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xt » メタドキュメントとその他 ¶ Documentation that we can't find a more organized place for. Like that d ... rawer in your kitchen with the scissors, batteries, duc ...
https://man.plustar.jp/django/misc/index.html - [similar]
Django 1.4.9 release notes — Django 4.0.6 ドキュメント 5348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us but extremely large passwords. In Django 1.4.9, we've reverted this change and instead improved the s ...
https://man.plustar.jp/django/releases/1.4.9.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test client is a Python class that acts as a dummy web browser, allowing you to test your views and inte ... ract with your Django-powered application programmatically. テストクライアント ... Selenium to test rendered HTML and the behavior of web pages, namely JavaScript functionality. Django al ... lient, instantiate django.test.Client and retrieve web pages: >>> from django.test import Client >>> c = ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Submitting patches ¶ We're always grateful for patches to Django's code. I ... offer your help. If a ticket has been assigned for weeks or months without any activity, it's probably s ... n of progress on a particular claimed ticket for a week or two, another developer may ask you to relinqu ... imed a ticket and it's taking a long time (days or weeks) to code, keep everybody updated by posting com ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ This tutorial begins where Tutorial 1 left off. We'll set up the database, create your first model, a ... and the database migrations shipped with the app (we'll cover those later). You'll see a message for ea ... mport Choice , Question # Import the model classes we just wrote. # No questions are in the system yet. ... n this year # (reusing the 'current_year' variable we created above). >>> Choice . objects . filter ( qu ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ This tutorial begins where Tutorial 3 left off. We're continuing the web-poll application and will fo ... 信されます。これは、HTMLフォームの基本的な概念です。 We set the form's action to {% url 'polls:vote' quest ... ion.id %} , and we set method="post" . Using method="post" (as oppose ... st" . This tip isn't specific to Django; it's good web development practice in general. forloop.counter ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
はじめての Django アプリ作成、その 6 — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ This tutorial begins where Tutorial 5 left off. We've built a tested web-poll application, and we'll ... ylesheet and an image. サーバで生成するHTML以外に、Webアプリケーションは一般的に完全なWebページをレンダリ ...
https://man.plustar.jp/django/intro/tutorial06.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... construction and is not part of the public API. However, it is safe (and fully supported) to pickle and ... ame': 'Beatles Blog'}]> You can't share pickles between versions Pickles of QuerySets are only valid for ... veをどのように扱うかに従って結果を並び替えます。 Lower によって小文字に変換したフィールドで並び替えること ... び替えを実現できます: Entry . objects . order_by ( Lower ( 'headline' ) . desc ()) クエリに対し、デフォルト ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 5281
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ude new features, but in the case of Django 1.2.2, we have made an exception to this rule. In order to t ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]