検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 159 for How (0.041 sec.)
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 6692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ために、手引きとなるドキュメントが用意されています: How to use Django with Gunicorn Django を uWSGI ととも ... には? Django を Apache と mod_wsgi とともに使うには? How to authenticate against Django's user database fro ... ルを設定する Applying WSGI middleware 前のトピックへ How to deploy Django 次のトピックへ How to use Django ... ジェクト , サーバ , project , Settings , 呼び出し , How , 運用 , mysite クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 6635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » How to use Django with Gunicorn ¶ Gunicorn ('Green Uni ... deployment documentation for additional tips. 目次 How to use Django with Gunicorn Installing Gunicorn Ru ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » How to manage error reporting ¶ サイトを公開している場 ... ションの詳細が悪意あるユーザーに漏れるのを防ぎます。 However, running with DEBUG set to False means you'll ... d email, Django requires a few settings telling it how to connect to your mail server. At the very least, ... lt, Django will send email from root @ localhost . However, some mail providers reject all email from thi ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 6577
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... EWARE setting. Run the command manage.py migrate . How it works ¶ manage.py migrate creates a django_redi ... For more on middleware, read the middleware docs . How to add, change and delete redirects ¶ Via the admi ... nentRedirect . 目次 The redirects app インストール How it works How to add, change and delete redirects V ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing the WHERE clause of a database query. To learn how to use lookups, see クエリを作成する ; to learn ho ... w to create new lookups, see How to write custom lookups . The lookup API has two c ... efault it is set to False . For example usage, see How to write custom lookups . lhs ¶ The left-hand side ... mpile(lhs) . This method can be overridden to tune how the lhs is processed. compiler is an SQLCompiler o ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 6405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from 10 to 100 to the fillfactor parameter to tune how packed the index pages will be. PostgreSQL's defau ... from 10 to 100 to the fillfactor parameter to tune how packed the index pages will be. PostgreSQL's defau ... from 10 to 100 to the fillfactor parameter to tune how packed the index pages will be. PostgreSQL's defau ... from 10 to 100 to the fillfactor parameter to tune how packed the index pages will be. PostgreSQL's defau ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 6290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » How to write a custom storage class ¶ たとえばリモート ... りの名前を得るために呼び出されます。 前のトピックへ How to create custom template tags and filters 次のトピ ... ックへ How to deploy Django 関連キーワード メソッド , Storage ... レージ , file , オブジェクト , 発生 , valid , 名前 , How クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » How to create custom template tags and filters ¶ Djang ... n the tutorials . We'll use the tag like this: {% show_results poll %} ...and the output will be somethin ... e context for the template fragment. Example: def show_results ( poll ): choices = poll . choice_set . al ... @register . inclusion_tag ( 'results.html' ) def show_results ( poll ): ... Alternatively it is possible ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » How to create custom model fields ¶ はじめに ¶ model r ... sion for quite a while (possibly years), depending how long your migrations live for. You can see the res ... make much sense to have a CharMaxlength25Field , shown here: # This is a silly example of hard-coded par ... ためにフィールドデータを変換する場合 ¶ To customize how the values are serialized by a serializer, you can ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Writing code — Django 4.0.6 ドキュメント 6060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o-developers mailing list and share your ideas for how to improve Django. We're always open to suggestion ... process. Browse the following sections to find out how to give your code patches the best chances to be i ...
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 NEXT