検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 192 for admin (0.107 sec.)
Coding style — Django 4.0.6 ドキュメント 4526
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are for explanatory purposes only): django/contrib/admin/example.py ¶ # future from __future__ import unico ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 4526
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if not done, then features such as the geographic admin or KML sitemaps will not function properly. トラブ ... irst command to set OSGEO4W_ROOT=C:\OSGeo4W . 注釈 Administrator privileges are required to execute these c ... ommands. To do this, run command prompt as administrator and enter the commands above. You need to ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 4526
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when considered together. It's used in the Django admin and is enforced at the database level (i.e., the a ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンテクストプロセッサー を通して実行されます。 django-admin startproject によって生成されたデフォルトの settin ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 4494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... all save() . Pinging Google via manage.py ¶ django-admin ping_google [sitemap_url] ¶ Once the sitemaps appl ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Signals — Django 4.0.6 ドキュメント 4494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pared. Management signals ¶ Signals sent by django-admin . pre_migrate ¶ django.db.models.signals. pre_migr ...
https://man.plustar.jp/django/ref/signals.html - [similar]
モデル — Django 4.0.6 ドキュメント 4494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。特に、オブジェクトをインタラクティブコンソール内や admin 内で表示する際に該当します。 このメソッドは常に指定 ... RL の計算方法を定義します。Django はこのメソッドを admin インターフェイスで利用しており、オブジェクトの URL ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 対する完全な Python パスです。 例えば、以下は django-admin startproject で生成されるデフォルト値です: MIDDLEW ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ートに対して template.name を使ってください (名前は 'admin/index.html' のような文字列となります)。 Django のテ ... client . template_name should be a string such as 'admin/index.html' . The count argument is an integer ind ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 4461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nction returns ``'toast'``. + :mod:`django.contrib.admin` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/top ...
https://man.plustar.jp/django/intro/contributing.html - [similar]