検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 170 for there (0.070 sec.)
Djangoの設定 — Django 4.0.6 ドキュメント 5820
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ファレンス を参照してください。 設定項目を自作する ¶ There's nothing stopping you from creating your own sett ... cating that settings have already been configured. There is a property for this purpose: django.conf.settin ... enders them, or uses the ORM to fetch some data -- there's one more step you'll need in addition to configu ... s for you. django.setup() may only be called once. Therefore, avoid putting reusable application logic in s ...
https://man.plustar.jp/django/topics/settings.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 5719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トレージプロバイダや CDN に転送する必要があります。 There's any number of ways you might do this, but if the ... ackends, see How to write a custom storage class . There are 3rd party apps available that provide storage ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d uninstall Python packages (such as Django!). For the rest of the installation, we'll use pip to install P ... ed environment for each Django project you create. There are many options to manage environments and packag ... you are connecting to the internet behind a proxy, there might be problems in running the command py -m pip ...
https://man.plustar.jp/django/howto/windows.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 5719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to the OpenGIS Simple Features specification [1] . There is no such standard for raster data. GeometryField ... IS backend. Spatial Field Options ¶ In addition to the regular フィールドオプション available for Django mo ... es typically use B-Trees. Geometry Field Options ¶ There are additional options available for Geometry fiel ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d_name ¶ The name that will be used by default for the relation from a related object back to this one. The ... et . This option also sets related_query_name . As the reverse name for a field should be unique, be carefu ... use the ManyToManyField.through attribute to make the relation use your custom model. For tests involving ... e and create a copy of an existing model. However, there's a better approach for that situation: プロキシモ ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... changes if they're necessary to resolve bugs, and there are a handful of such (minor) changes between Djan ... 4-bit platforms may experience some problems using the reset management command. Prior to this change, 64-b ... result of this change, you will not be able to use the reset management command on any table made by a 64-b ... enerated name; as a result, the SQL constructed by the reset command will be invalid. If you need to reset ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » Advanced testing topics ¶ The request factory ¶ class RequestFactory ¶ The Request ... ient. However, instead of behaving like a browser, the RequestFactory provides a way to generate a request ... inputs, testing for specific outputs. The API for the RequestFactory is a slightly restricted subset of th ... y for producing requests, it's up to you to handle the response. It does not support middleware. Session an ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 5617
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ges storage, so make no assumption that it will be there. if hasattr ( request , "_messages" ): unstored_me ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 5617
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ") 'ImhlbGxvIg:1QaUZC:YIye-ze3TTx7gtSv422nZA4sgmk' There are two components here, separated by a ':'. The f ... ion actually helps and only applies compression if the result is a shorter string: >>> signing.dumps(list(r ... the prefixed '.' at the start of the base64 JSON. There are 65 url-safe characters: the 64 used by url-saf ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Writing code — Django 4.0.6 ドキュメント 5617
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ike to write some code to improve Django? Awesome! There are several ways you can help Django's development ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT