検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 481 for To (0.094 sec.)
How to manage error reporting — Django 4.0.6 ドキュメント 5163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts | Index | Modules « previous | up | next » How to manage error reporting ¶ サイトを公開している場合、 ... 漏れるのを防ぎます。 However, running with DEBUG set to False means you'll never see errors generated by y ... will instead see your public error pages. You need to keep track of errors that occur in deployed sites, ... so Django can be configured to create reports with details about those errors. E ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 5163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nteers pursuing three goals: Driving the development of the Django web framework, Fostering the ecosyste ... ntity. The Django Software Foundation , a non-profit organization, handles financial and legal matters r ... elated to the Django Project. Other than that, the Django So ... ation lets the Django Project manage the development of the Django framework, its ecosystem and its comm ...
https://man.plustar.jp/django/internals/organization.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 現時点では、同期処理と非同期処理のやり取りに、 sync_to_async() アダプターが使えます。さらに同期処理と非同 ... oの機能を呼び出したい場合、次のように:func: ` sync_to_async`でラップする必要があります。 from asgiref.sy ... nc import sync_to_async results = await sync_to_async ( Blog . objec ... を独自の関数に移動して、その関数全体を:func: ` sync_to_async`で呼び出す方が簡単だと思うかもしれません。 f ...
https://man.plustar.jp/django/topics/async.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... How is Django Formed? ¶ This document explains how to release Django. Please, keep these instructions up ... -to-date if you make changes! The point here is to be ... descriptive, not prescriptive, so feel free to streamline or otherwise make changes, but update t ... re are three types of releases that you might need to make: Security releases: disclosing and fixing a v ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TALLED_APPS , it must declare which app it belongs to: app_label = 'myapp' If you want to represent a mo ... bute name of the manager, for example, 'objects' , to use for the model's _base_manager . db_table ¶ Opt ... ions. db_table ¶ The name of the database table to use for the model: db_table = 'music_album' Table ... names ¶ To save you time, Django automatically derives the na ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 5115
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... itting patches ¶ We're always grateful for patches to Django's code. Indeed, bug reports with associated ... ing a word in the documentation, the preferred way to provide the patch is using GitHub pull requests wi ... orking with Git and GitHub for more details on how to use pull requests. "Claiming" tickets ¶ In an open ... -source project with hundreds of contributors around the world, it's important to manage commu ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5115
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equest. path ¶ A string representing the full path to the requested page, not including the scheme, doma ... rtion of the URL after the host name is split up into a script prefix portion and a path info portion. T ... ing this instead of path can make your code easier to move between test and deployment servers. たとえば ... ¶ A string representing the current encoding used to decode form submission data (or None , which means ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5115
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s on the fly in each available language, according to users' language preferences. Django の国際化フック ... by using the function gettext() . It's convention to import this as a shorter alias, _ , to save typing ... out _() in the global namespace, the developer has to think about which is the most appropriate translat ... n function. The underscore character ( _ ) is used to represent "the previous result" in Python's intera ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 5091
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts | Index | Modules « previous | up | next » How to authenticate against Django's user database from A ... when dealing with Apache, you can configure Apache to authenticate against Django's authentication syste ... Serve static/media files directly from Apache only to authenticated users. Authenticate access to a Subv ... ersion repository against Django users with a certain permission. ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se GeoDjango is included with Django, please refer to Django's installation instructions for details on ... how to install. Spatial database ¶ PostgreSQL (with PostG ... e DATABASES configuration ¶ Set the ENGINE setting to one of the spatial backends . Add django.contrib.g ... is to INSTALLED_APPS ¶ Like other Django contrib applica ...
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 NEXT