検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 138 for settings (0.081 sec.)
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 5287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Added a system check warning if the old TEMPLATE_* settings are defined in addition to the new TEMPLATES setti ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 5287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d occur when running mod_wsgi with the recommended settings while the Windows colorama library was installed ( ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 django-admin startproject で作られるデフォルトの settings.py は SessionMiddleware が有効化されています。 セッ ... t_session_cookie_age () ¶ Returns the value of the setting SESSION_COOKIE_AGE . This can be overridden in a cu ... expires_at = modification + timedelta ( seconds = settings . SESSION_COOKIE_AGE ) get_expiry_date () ¶ このセ ... b import import_module >>> from django.conf import settings >>> SessionStore = import_module ( settings . SESS ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 5287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from django.test import SimpleTestCase , override_settings from django.urls import path def response_error_ha ... he module that contains handler403 = ... @override_settings ( ROOT_URLCONF = __name__ ) class CustomErrorHandl ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 値は空リストです。 startproject コマンドで生成された settings.py には、以下のように便利な値がいくつか設定されます ... r configured for DIRS and APP_DIRS 'auto_reload' : settings.DEBUG 'undefined' : DebugUndefined if settings.DEB ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 5240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ich makes this page accessible) in your production settings. Bugfixes ¶ Fixed GEOS version parsing if the vers ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 5240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a regression that unnecessarily triggered settings configuration when importing get_wsgi_application ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when use ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so will trigger the thread safety checks: # DJANGO_SETTINGS_MODULE=settings.py python -m asyncio >>> import as ...
https://man.plustar.jp/django/topics/async.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 5192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase API . For example: >>> from django.conf import settings >>> from django.contrib.redirects.models import Re ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT