検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 481 for To (0.125 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... applications (and any other places you specify) into a single location that can easily be served in pro ... duction. 参考 For an introduction to the static files app and some usage examples, see ... How to manage static files (e.g. images, JavaScript, CSS) ... For guidelines on deploying static files, see How to deploy static files . 設定 ¶ See staticfiles setti ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mpetition , a community organized open competition to select a next generation hashing algorithm. It's d ... esigned not to be easier to compute on custom hardware than it is ... to compute on an ordinary CPU. Argon2 is not the defa ... her than the other algorithms supported by Django. To use Argon2 as your default storage algorithm, do t ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 5051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s | Index | Modules « previous | up | next » 「How-to」ガイド ¶ ここには「~をするにはどうしたらよいだろう ... いった疑問に対する簡単な答えがあります。これらの How-to ガイドではあまり詳細な話は扱いません。詳細な情報に ... よくある作業を素早く片付けるのに役立つはずです。 How to authenticate using REMOTE_USER How to create custo ... m django-admin commands How to create custom model fields How to write custom loo ...
https://man.plustar.jp/django/howto/index.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5051
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 2.2 リリースノート ¶ April 1, 2019 Welcome to Django 2.2! These release notes cover the new feat ... as some backwards incompatible changes you'll want to be aware of when upgrading from Django 2.1 or earl ... . 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってく ... aint and UniqueConstraint classes enable adding custom database constraints. Constraints are added to mo ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5035
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion explains how the community can contribute code to Django via pull requests. If you're interested in ... e them, see コードのコミット . Below, we are going to show how to create a GitHub pull request containin ... job easier, meaning that your work is more likely to be merged into Django. You could also upload a tra ... ditional patch to Trac, but it's less practical for reviews. Git のイ ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5035
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on-feed-generating framework for creating RSS and Atom feeds. To create any syndication feed, all you ha ... ve to do is write a short Python class. You can create a ... er-level feed-generating API. Use this if you want to generate feeds outside of a web context, or in som ... enerating framework is supplied by the Feed class. To create a feed, write a Feed class and point to an ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Signals — Django 4.0.6 ドキュメント 5035
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up | next » Signals ¶ A list of all the signals that Django sends. All built-in ... he signal dispatcher for information regarding how to register for and receive signals. The authenticati ... ¶ The django.db.models.signals module defines a set of signals sent by the model system. 警告 Many of t ... t call the parent class' methods for these signals to be sent. Note also that Django stores signal handl ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 5035
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsion of six, django.utils.six , has been upgraded to the latest release (1.6.1). Unexpected code execut ... mapping of regex patterns (representing the URLs) to callable views, and Django's own processing consis ... of matching a requested URL against those patterns to determine the appropriate view to invoke. Django a ... encouraged for application developers, as the output of reverse() is always based on the current URL pat ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5035
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... きビュー ¶ HTTP clients can send a number of headers to tell the server about copies of a resource that th ... retrieving a web page (using an HTTP GET request) to avoid sending all the data for something the clien ... an rely on the ConditionalGetMiddleware middleware to set the ETag header. When the client next requests ... es (in fact, quite often) you can create functions to rapidly compute the ETag value or the last-modifie ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts | Index | Modules « previous | up | next » How to create database migrations ¶ このドキュメントでは、 ... ベース ¶ When using multiple databases, you may need to figure out whether or not to run a migration again ... t a particular database. For example, you may want to only run a migration on a particular database. In ... order to do that you can check the database connection's al ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT