検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 200 for should (0.082 sec.)
非同期サポート — Django 4.0.6 ドキュメント 5729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st can remove any async performance advantage. You should do your own performance testing to see what effect ... ed as async code. If you encounter this error, you should fix your code to not call the offending code from ... hread to any async code that is calling it, so you should avoid passing raw database handles or other thread ... round. In practice this restriction means that you should not pass features of the database connection objec ...
https://man.plustar.jp/django/topics/async.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 5653
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erally safe; if you're using other time zones, you should review the zoneinfo documentation carefully. 注釈 ... times don't exist or are ambiguous. That's why you should always create aware datetime objects when time zon ... sing the fold attribute to specify the offset that should apply to a datetime during a DST transition.) 実際 ... ort is enabled by default in new projects, and you should keep it unless you have a very good reason not to. ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on Django projects and does not reflect how Django should be installed when developing patches for Django it ... to https://www.python.org/downloads/ . The website should offer you a download button for the latest Python ... ) output to the terminal. In modern terminals this should work for both CMD and PowerShell. If for some reas ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5578
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eed up your view's execution. Asynchronous support should be entirely backwards-compatible and we have tried ... egressions for your existing, synchronous code. It should have no noticeable effect on any existing Django p ... , plus the related form field and transforms, you should adjust to use the new fields, and generate and app ... e instances of the same project to Django 3.1, you should set DEFAULT_HASHING_ALGORITHM to 'sha1' during the ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 5514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hronous Django features as they are developed. You should also consider how you will handle static files for ... ore you deploy your application to production, you should run through our deployment checklist to ensure tha ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 5514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g it into a spatial database. GEOS , PROJ and GDAL should be installed prior to building PostGIS. You might ... se PostGIS raster functionality on PostGIS 3+, you should also activate the postgis_raster extension. You ca ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s separate from user-uploaded files. Static assets should now go in static/ subdirectories of your apps or i ... require data to exist during test conditions, you should either insert it using test fixtures , or using th ... urrently using the mod_python request handler, you should redeploy your Django projects using another reques ... xisting template that contains: { % url sample % } should be replaced with: { % load url from future % } { % ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s converting the matched string into the type that should be passed to the view function. It should raise Va ... ython type into a string to be used in the URL. It should raise ValueError if it can't convert the given val ... specified by four variables. Their default values should suffice for most projects, but further customizati ... nting the full Python import path to the view that should be called to handle the error condition at hand. T ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you'd do anyway, as part of the good practices you should adopt even before you start thinking about improvi ... ッシュすることでさえ可能です。 Implementing caching should not be regarded as an alternative to improving cod ... number of improvements across the system, but you should still check the real-world performance of your app ... before adopting a non-standard implementation you should ensure it provides sufficient performance gains fo ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TINGS_MODULE . The value of DJANGO_SETTINGS_MODULE should be in Python path syntax, e.g. mysite.settings . N ... ote that the settings module should be on the Python import search path . django-admin ... ve information, such as the database password, you should make every attempt to limit access to it. For exam ... enting a setting and its value. Each argument name should be all uppercase, with the same name as the settin ...
https://man.plustar.jp/django/topics/settings.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT