検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 166 for setting (0.095 sec.)
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.contrib.auth is listed in your INSTALLED_APPS setting, it will ensure that four default permissions -- a ... redirect to a login page: from django.conf import settings from django.shortcuts import redirect def my_view ... enticated : return redirect ( ' %s ?next= %s ' % ( settings . LOGIN_URL , request . path )) # ... もしくはエラ ... 処理を行います: もしユーザがログインしていなければ、 settings.LOGIN_URL にリダイレクトし、クエリ文字列に現在の絶 ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rtlib import import_module from django.conf import settings from django.core.exceptions import ImproperlyConf ... class ConnectionHandler ( BaseConnectionHandler ): settings_name = "DATABASES" # Connections needs to still b ... can help it. thread_critical = True def configure_settings ( self , databases ): databases = super () . conf ... igure_settings ( databases ) if databases == {}: databases [ DEF ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ite in a hidden frame. """ from django.conf import settings from django.utils.deprecation import MiddlewareMi ... site, set X_FRAME_OPTIONS in your project's Django settings to 'DENY'. """ def process_response ( self , requ ... ONS header. Use the value from the X_FRAME_OPTIONS setting, or 'DENY' if not set. This method can be overridd ... d on the request or response. """ return getattr ( settings , "X_FRAME_OPTIONS" , "DENY" ) . upper () クイック ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o associate your commits with your GitHub account. Setting up local repository ¶ When you have created your G ... 目次 Working with Git and GitHub Git のインストール Setting up local repository Working on a ticket Publishing ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django internals — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... blic Post-release New stable branch tasks Notes on setting the VERSION tuple 前のトピックへ セキュリティ上の問 ...
https://man.plustar.jp/django/internals/index.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango's development and release process, assist in setting the direction of feature development and releases, ... deas for the future technical direction of Django. Setting and adjusting the schedule of releases of Django. ...
https://man.plustar.jp/django/internals/organization.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patially enabled data. GeoDjango Tutorial はじめに Setting Up Geographic Data Geographic Models Importing Spa ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed. On databases that support it (all but Oracle), setting the ignore_conflicts parameter to True tells the d ... te unique values. Enabling this parameter disables setting the primary key on each model instance (if the dat ... normally supports it). 警告 On MySQL and MariaDB, setting the ignore_conflicts parameter to True turns certa ... only be used when the DISABLE_SERVER_SIDE_CURSORS setting is False . Read Transaction pooling and server-sid ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and if that is unsuccessful, the DEFAULT_CHARSET setting will be used. using The NAME of a template engine ... , and if that is unsuccessful, the DEFAULT_CHARSET setting will be used. using The NAME of a template engine ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.11.15 リリースノート — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 能性 ¶ If the CommonMiddleware and the APPEND_SLASH setting are both enabled, and if the project has a URL pat ...
https://man.plustar.jp/django/releases/1.11.15.html - [similar]