検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 138 for settings (0.074 sec.)
How to configure and use logging — Django 4.0.6 ドキュメント 5826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... into it. Don't be tempted to use logging calls in settings.py . The way that Django logging is configured as ... etup() function means that logging calls placed in settings.py may not work as expected, because logging will ... ングを設定する for an explanation of how your custom settings are merged with Django's defaults. See the Python ... kes sense to Create a LOGGING dictionary ¶ In your settings.py : LOGGING = { 'version' : 1 , # the dictConfig ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 5826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... does not require any parameters to use the default settings. However, at the very least the GEOIP_PATH setting ... overrides the GEOIP_PATH setting. cache The cache settings when opening up the GeoIP datasets. May be an inte ... ODE_MMAP , and GEOIP_INDEX_CACHE MODE_MEMORY C API settings, respectively. Defaults to 0 ( MODE_AUTO ). countr ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スのリストです。このリストの最初のエントリ(つまり、 settings.PASSWORD_HASHERS[0] )がパスワードの保存に使用され ... list Argon2PasswordHasher first. That is, in your settings file, you'd put: PASSWORD_HASHERS = [ 'django.cont ... BCryptSHA256PasswordHasher first. That is, in your settings file, you'd put: PASSWORD_HASHERS = [ 'django.cont ... list ScryptPasswordHasher first. That is, in your settings file: PASSWORD_HASHERS = [ 'django.contrib.auth.ha ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s blog/post.html and blog/list.html . The relevant settings for your project would look like: from pathlib imp ... setting that needs to be modified is DIRS . These settings assume you have a templates directory in the root ... template directory. First, make sure your template settings are checking inside app directories: TEMPLATES = [ ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を除外することができるようになりました。 新たな diffsettings --default オプションによって、Django のデフォルトの ... 方互換性がないと言えます。 pytz は必須の依存となり、 settings.TIME_ZONE = None のサポートは削除されました。 ¶ Dj ... とともに自動的にインストールされます。 Support for settings.TIME_ZONE = None is removed as the behavior isn't ... NE = get_localzone () . zone This works similar to settings.TIME_ZONE = None except that it also sets os.envir ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 5778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Bugfixes ¶ Fixed an obscure bug with the override_settings() decorator. If you hit an AttributeError: 'Settin ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5730
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 消するには、次の os . environ . setdefault ( "DJANGO_SETTINGS_MODULE" , "{{ project_name }}.settings" ) という w ... ドを、次のように変更します。 os . environ [ "DJANGO_SETTINGS_MODULE" ] = "{{ project_name }}.settings" もしくは ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5730
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... See Syntax coloring for more information on color settings. よくある落とし穴 ¶ どんな引数を与えても django-ad ... uage support in Language ‣ Administrative Language Settings ‣ Change system locale in system settings. 目次 Wi ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Signals — Django 4.0.6 ドキュメント 5730
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith a modified set of INSTALLED_APPS (such as when settings are overridden) and such signals should be connect ... etting is changed through the django.test.TestCase.settings() context manager or the django.test.override_sett ... ルとともに送信される引数は以下の通りです: sender The settings handler. setting The name of the setting. value Th ... e value of the setting after the change. For settings that initially don't exist, in the "teardown" phas ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... --module = mysite.wsgi:application \ --env DJANGO_SETTINGS_MODULE = mysite.settings \ --master --pidfile = /t ... です。 env : Should probably contain at least DJANGO_SETTINGS_MODULE . home : Optional path to your project virt ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT