検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 312 for USE (0.086 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 4898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... practical for reviews. Git のインストール ¶ Django uses Git for its source control. You can download Git, ... set up your name and email: $ git config --global user.name "Your Real Name" $ git config --global user. ... email "you@email.com" Note that user.name should be your real name, not your GitHub ni ... ck. GitHub should know the email you use in the user.email field, as this will be used to a ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 4861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns = () , ** options ) ¶ Creates a bloom index. To use this index access you need to activate the bloom e ... t = None , ** options ) ¶ Creates a gin index . To use this index on data types not in the built-in opera ... the maximum size of the GIN pending list which is used when fastupdate is enabled. Changed in Django 3.2 ... tial fields with spatial_index=True . They're also useful on other types, such as HStoreField or the rang ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 4861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s that come with Django. For information on how to use them and how to write your own middleware, see the ... ためにいくつかの便利な機能を提供します。 DISALLOWED_USER_AGENTS 設定に含まれるユーザーエージェントのアクセ ... ression techniques (including GZipMiddleware ) are used on a website, the site may become exposed to a nu ... t aren't served by Django (such as static media or user-uploaded files), they will have the same protecti ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 4833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... using indexes. The default index type is GiST . To use them, you need to activate the btree_gist extensio ... r represented as a string. To avoid typos, you may use RangeOperators which maps the operators with strin ... ns on operators. Only commutative operators can be used in exclusion constraints. index_type ¶ ExclusionC ... on-key columns. This allows index-only scans to be used for queries that select only included fields ( in ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 4796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... includes a CSRF-protection mechanism, which makes use of a token inserted into outgoing forms. Middlewar ... ded is with XMLHttpRequest. Therefore, for ease of use, we did not apply CSRF checks to requests that app ... well as in the form submission itself, for ease of use with popular JavaScript toolkits which allow inser ... , requests , header , custom , exception , which , use , incompatible , protection , backwards クイック検 ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r than a list (e.g. SELECT foo FROM bar LIMIT 1 ), use an index instead of a slice. For example, this ret ... ically, behind the scenes. To span a relationship, use the field name of related fields across models, se ... ond query would return that one blog. (This is because the entries selected by the second filter may or m ... = F ( 'number_of_pingbacks' )) Django supports the use of addition, subtraction, multiplication, division ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) # Create a form to edit an existing Article, but use # POST data to populate the form. >>> a = Article ... _m2m () Calling save_m2m() is only required if you use save(commit=False) . When you use a save() on a fo ... s known to be much less secure and has led to serious exploits on major websites (e.g. GitHub ). しかしな ... In this case, you must override the form field to use a different widget. 同様に、フィールドをさらにカス ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 4758
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » How to use Django with Gunicorn ¶ Gunicorn ('Green Unicorn') ... ent documentation for additional tips. 目次 How to use Django with Gunicorn Installing Gunicorn Running D ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 4758
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r geospatial data, in order for most of them to be useful you have to have some data to work with. If you ... ing out and don't yet have any data of your own to use, GeoDjango tests contain a number of data sets tha ... t you can use for testing. You can download them here: $ wget ht ... tps://raw.githubusercontent.com/django/django/main/tests/gis_tests/dat ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4758
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ific instructions are available for: macOS Windows Use the Source Because GeoDjango takes advantage of th ... a beginner. Requirements ¶ Python and Django ¶ Because GeoDjango is included with Django, please refer to ... rently supported. 注釈 PostGIS is recommended, because it is the most mature and feature-rich open source ... jango installation depends on the spatial database used. The following lists the library requirements, su ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT