検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 116 for app (0.090 sec.)
Multiple object mixins — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メソッドと属性 template_name_suffix ¶ The suffix to append to the auto-generated candidate template name. ... value of template_name on the view (if provided) <app_label>/<model_name><template_name_suffix>.html 目次 ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate insecure direct object reference attacks. When applications allow access to individual objects by a s ... Ls; thereby obtaining a list of all objects in the application. If users with access to individual object ... ジェクトインスタンス上の template_name_field の内容 <app_label>/<model_name><template_name_suffix>.html 目次 ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クラスは django.core.exceptions で定義されています。 AppRegistryNotReady ¶ exception AppRegistryNotReady [ソ ... is raised when attempting to use models before the app loading process , which initializes the ORM, is co ... xception NotSupportedError [ソース] ¶ The Django wrappers for database exceptions behave exactly the same ... 読んでください。 目次 Django の例外 Django Core 例外 AppRegistryNotReady ObjectDoesNotExist EmptyResultSet ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , ] The first element in each tuple is the name to apply to the group. The second element is an iterable ... to-created primary key fields can be specified per app in AppConfig.default_auto_field or globally in the ... fault FileSystemStorage , the string value will be appended to your MEDIA_ROOT path to form the location ... g a datetime that was actually a string that just happened to be in the same format chosen for datetime s ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o, for example, a header called X-Bender would be mapped to the META key HTTP_X_BENDER . Note that runser ... た場合にはその値を利用します。 HttpRequest. current_app ¶ url テンプレートタグは、その値を reverse() の cu ... rrent_app 引数に使います。 HttpRequest. urlconf ¶ この値は、 ... est. get_full_path () ¶ Returns the path , plus an appended query string, if applicable. Example: "/music ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uired() , decorators from django.contrib.auth only apply to functions and no longer work on methods. Ther ... s is useful for centralizing permission handling - apps can always delegate the question of whether somet ... ag that should be inserted into forms. All contrib apps use a csrf_protect decorator to protect the view. ... e decorators on methods, you will need to manually apply django.utils.decorators.method_decorator() to co ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e: FORMAT_MODULE_PATH = [ 'mysite.formats' , 'some_app.formats' , ] Files are not placed directly in this ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
Signals — Django 4.0.6 ドキュメント 5424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cludes a "signal dispatcher" which helps decoupled applications get notified when actions occur elsewhere ... e you like, although it's recommended to avoid the application's root module and its models module to min ... are usually defined in a signals submodule of the application they relate to. Signal receivers are conne ... cted in the ready() method of your application configuration class . If you're using the ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5387
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ When django.contrib.staticfiles is in INSTALLED_APPS , the Django development server automatically ser ... ves the static files of the admin app (and any other installed apps). This is however no ... TIC_ROOT at STATIC_URL ), but here are three other approaches: ドキュメントルートに admin の静的ファイルへ ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5387
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts readers sign up to get notifications when news happens. It's pretty basic: A reader signs up on a web ... nt_site . name , 'Thanks for your subscription. We appreciate it. \n\n -The %s team.' % ( current_site . ... teps: Add 'django.contrib.sites' to your INSTALLED_APPS setting. Define a SITE_ID setting: SITE_ID = 1 Ru ... duplicating shared settings) and then specify the appropriate DJANGO_SETTINGS_MODULE for each site. Cach ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT