検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 138 for Settings (0.110 sec.)
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in your project, you can add it to your project's settings. The default value was '/accounts/logout/' . Objec ... ers from the active locale are used instead of the settings of the same name. 1.10 で非推奨になった機能 ¶ 逆参 ... ing to the new API. The warning can be silenced by setting silence_use_for_related_fields_deprecation=True on ... erate_filename() ). Old-style middleware that uses settings.MIDDLEWARE_CLASSES are deprecated. Adapt old, cust ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es. loaddata can now read from stdin . The new diffsettings --output option allows formatting the output in a ... aseCreation._clone_test_db() and get_test_db_clone_settings() is now suffix rather than number (in case you wa ... SEPARATOR during validation. For example, with the settings: USE_L10N = False USE_THOUSAND_SEPARATOR = True DE ... . The FIRST_DAY_OF_WEEK and NUMBER_GROUPING format settings are now kept as integers in JavaScript and JSON i1 ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 3.1.5 release notes — Django 4.0.6 ドキュメント 5371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he incorrect prefixing of STATIC_URL and MEDIA_URL settings, by the server-provided value of SCRIPT_NAME (or / ...
https://man.plustar.jp/django/releases/3.1.5.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ache preference goes in the CACHES setting in your settings file. Here's an explanation of all available value ... default cache if another is not specified in your settings file. If you want the speed advantages of in-memor ... e the full story. Then, add the following required settings to your Django settings file: CACHE_MIDDLEWARE_ALI ... vide a custom key function. The KEY_FUNCTION cache setting specifies a dotted-path to a function matching the ...
https://man.plustar.jp/django/topics/cache.html - [similar]
索引 — Django 4.0.6 ドキュメント 5335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s sendtestemail コマンドラインオプション --all diffsettings コマンドラインオプション dumpdata コマンドラインオ ... ogrinspect コマンドラインオプション --default diffsettings コマンドラインオプション --deploy check コマンドラ ... l ogrinspect コマンドラインオプション --output diffsettings コマンドラインオプション dumpdata コマンドラインオ ... ョン --run-syncdb migrate コマンドラインオプション --settings コマンドラインオプション --shuffle test コマンドラ ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... change the DATABASE_ENGINE setting in your Django settings file from this: DATABASE_ENGINE = "mysql" to this: ... The ENABLE_PSYCO setting no longer exists. If your settings file includes ENABLE_PSYCO it will have no effect; ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 5335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ython 3.3.3+ ( #21093 ). Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False , the c ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cting by a service name. See PostgreSQL connection settings for more details. The new AddConstraintNotValid op ... d by default, in Django 5.0. Note that the default settings.py file created by django-admin startproject inclu ... o 1.4. You can set USE_TZ to False in your project settings before then to opt-out. Localization ¶ In order to ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fault_auto_field ( self ): from django.conf import settings return settings . DEFAULT_AUTO_FIELD @property def ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... から、 SQL ログは、ログレベルやハンドラに関わらず、 settings.DEBUG に True が設定されているときのみ有効になりま ... ソース] ¶ This filter will only pass on records when settings.DEBUG is False. This filter is used as follows in ...
https://man.plustar.jp/django/ref/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT