検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 312 for USE (0.124 sec.)
django.urls utility functions — Django 4.0.6 ドキュメント 5589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rls utility functions ¶ reverse() ¶ If you need to use something similar to the url template tag in your ... views . archive , name = 'news-archive' ) you can use any of the following to reverse the URL: # using t ... ssing a callable object # (This is discouraged because you can't reverse namespaced views this way.) from ... tical bar ( "|" ) character. You can quite happily use such patterns for matching against incoming URLs a ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 5551
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » django.urls functions for use in URLconfs ¶ path() ¶ path ( route , view , kwarg ... views . index , name = 'main-view' ), path ( 'bio/<username>/' , views . bio , name = 'bio' ), path ( 'ar ... tern. The string may contain angle brackets (like <username> above) to capture part of the URL and send i ... e Naming URL patterns for why the name argument is useful. re_path() ¶ re_path ( route , view , kwargs = ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Full text search — Django 4.0.6 ドキュメント 5523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the django.contrib.postgres.search module ease the use of PostgreSQL's full text search engine . For the ... examples in this document, we'll use the models defined in クエリを作成する . 参考 For ... ocumentation . The search lookup ¶ A common way to use full text search is to search a single term agains ... obtained by matching the query and the vector. To use the search lookup, 'django.contrib.postgres' must ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le to the message, and a unique identifier that is used for filtering purposes. Constructor arguments are ... : level The severity of the message. Use one of the predefined values: DEBUG , INFO , WARNI ... the hint can be omitted, or a value of None can be used. obj Optional. An object providing context for th ... ect that defines a __str__() method. The method is used while reporting all messages and its result prece ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 5486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting to work on production-level applications that use Django. However, it's not the 1.0 release, and we' ... ectory of the distribution. You may have a need to use some of the features that are marked as "subject t ... and changes introduced in 0.95 include: Django now uses a more consistent and natural filtering interface ... for retrieving objects from the database. User-defined models, functions and constants now appea ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd whitespace issues. Most of the JavaScript files use 4 spaces for indentation, but there are some excep ... tions. When naming variables, use camelCase instead of underscore_case . Different J ... avaScript files sometimes use a different code style. Please try to conform to t ... he code style of each file. Use the ESLint code linter to check your code for bugs ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
Form fields — Django 4.0.6 ドキュメント 5449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... clean ( value ) ¶ Although the primary way you'll use Field classes is in Form classes, you can also ins ... tantiate them and use them directly to get a better idea of how they wor ... lds have the required HTML attribute. Set the Form.use_required_attribute attribute to False to disable i ... attribute isn't included on forms of formsets because the browser validation may not be correct when add ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd direct any ASGI-compliant application server to use. Django includes getting-started documentation for ... the following ASGI servers: How to use Django with Daphne How to use Django with Hypercor ... n How to use Django with Uvicorn application オブジェクト ¶ Lik ... application callable which the application server uses to communicate with your code. It's commonly prov ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st found in one of the specified locations will be used. If you're confused, the findstatic command can h ... lication from INSTALLED_APPS , it's a good idea to use the collectstatic --clear option in order to remov ... ll command line options of collectstatic . This is used by the ManifestStaticFilesStorage by default. By ... to 'path.to.MyStaticFilesStorage' . Some commonly used options are: --noinput , --no-input ¶ Do NOT prom ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 5411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... optimizing performance in database systems is the use of tablespaces to organize disk layout. 警告 Djang ... reated for ManyToManyField s in the model. You can use the DEFAULT_TABLESPACE setting to specify a defaul ... t value for db_tablespace . This is useful for setting a tablespace for the built-in Djang ... constructor to specify the name of a tablespace to use for the index. For single field indexes, you can p ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT