検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for simplest (0.027 sec.)
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 13998
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able which starts the Gunicorn server process. The simplest invocation of gunicorn is to pass the location of ... uires that your project be on the Python path; the simplest way to ensure that is to run this command from the ... ? 関連キーワード Gunicorn , gunicorn , installed , simplest , process , command , generic , Running , document ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 9868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ble which starts the Daphne server process. At its simplest, Daphne needs to be called with the location of a ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 8885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ): "Does the user have a specific permission?" # Simplest possible answer: Yes, always return True def has_m ... r have permissions to view the app `app_label`?" # Simplest possible answer: Yes, always return True @property ... staff ( self ): "Is the user a member of staff?" # Simplest possible answer: All admins are staff return self ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 8295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... all of the events in your events calendar. In the simplest case, all these sections get lumped together into ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 8295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ven object. This tries to perform the query in the simplest and fastest way possible. The new precision argume ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lse if not. This tries to perform the query in the simplest and fastest way possible, but it does execute near ... lse if not. This tries to perform the query in the simplest and fastest way possible. contains() is useful for ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 8098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The per-site cache ¶ Once the cache is set up, the simplest way to use caching is to cache your entire site. Y ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ues that can be used in list_display . All but the simplest may use the display() decorator, which is used to ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 7901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of additional databases may also be specified. The simplest possible settings file is for a single-database se ...
https://man.plustar.jp/django/ref/settings.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew instance with all fields' values copied. In the simplest case, you can set pk to None and _state.adding to ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 NEXT