Results of 1 - 10 of about 166 for setting (0.024 sec.)
- 索引 — Django 4.0.6 ドキュメント 12687
- " + 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 4.0.6 ドキュメント 11687
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
uth メッセージ セッション サイト 静的ファイル Core Settings Topical Index 警告 Be careful when you override s ...
インデックスの下にあります。入門的な資料については、 settings topic guide をご覧ください。 ABSOLUTE_URL_OVERRID ...
b_year , o . slug ), } The model name used in this setting should be all lowercase, regardless of the case of ...
mem.LocMemCache' , } } A dictionary containing the settings for all caches to be used with Django. It is a ne ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]
- システムチェックフレームワーク — Django 4.0.6 ドキュメント 9052
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Django 4.0, the values in the CSRF_TRUSTED_ORIGINS setting must start with a scheme (usually http:// or https ...
hes ¶ The following checks verify that your CACHES setting is correctly configured: caches.E001 : You must de ...
fine a 'default' cache in your CACHES setting. caches.W002 : Your <cache> configuration might ex ...
not set for database connection <alias> . See also Setting sql_mode . mysql.W003 : MySQL/MariaDB may not allo ...
-
https://man.plustar.jp/django/ref/checks.html
- [similar]
- The staticfiles app — Django 4.0.6 ドキュメント 9052
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ow to deploy static files . 設定 ¶ See staticfiles settings for details on the following settings: STATIC_ROO ...
directory of apps specified by the INSTALLED_APPS setting. The collectstatic management command calls the po ...
rgs , ** kwargs ) Then set the STATICFILES_STORAGE setting to 'path.to.MyStaticFilesStorage' . Some commonly ...
files' with that class path in your INSTALLED_APPS setting: from django.contrib.staticfiles.apps import Stati ...
-
https://man.plustar.jp/django/ref/contrib/staticfiles.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 8529
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
) and localize() APIs, possibly with the TIME_ZONE setting, you will need to audit your code, since pytz and ...
uch an audit, the transitional USE_DEPRECATED_PYTZ setting allows continued use of pytz during the 4.x releas ...
e cycle. This setting will be removed in Django 5.0. In addition, a pytz ...
tion_shim and the USE_DEPRECATED_PYTZ transitional setting is recommended if you need a gradual update path. ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 8370
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
hem in a directory corresponding to the GEOIP_PATH setting. Additionally, it is recommended to install the li ...
does not require any parameters to use the default settings. However, at the very least the GEOIP_PATH settin ...
ocated in this directory; overrides the GEOIP_PATH setting. cache The cache settings when opening up the GeoI ...
ODE_MMAP , and GEOIP_INDEX_CACHE MODE_MEMORY C API settings, respectively. Defaults to 0 ( MODE_AUTO ). count ...
-
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html
- [similar]
- django.core.mail — Django 4.0.6 ドキュメント 8268
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ols for sending email. """ from django.conf import settings # Imported for backwards compatibility and for th ...
instance of it. If backend is None (default), use settings.EMAIL_BACKEND. Both fail_silently and other keywo ...
he backend. """ klass = import_string ( backend or settings . EMAIL_BACKEND ) return klass ( fail_silently = ...
If from_email is None, use the DEFAULT_FROM_EMAIL setting. If auth_user is None, use the EMAIL_HOST_USER set ...
-
https://man.plustar.jp/django/_modules/django/core/mail.html
- [similar]
- ミドルウェア — Django 4.0.6 ドキュメント 8052
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ne can be independently enabled or disabled with a setting. SECURE_CONTENT_TYPE_NOSNIFF SECURE_CROSS_ORIGIN_O ...
nsecure connection (for a given period of time) by setting the "Strict-Transport-Security" header . This redu ...
HTTPS responses if you set the SECURE_HSTS_SECONDS setting to a non-zero integer value. When enabling HSTS, i ...
lly, if you set the SECURE_HSTS_INCLUDE_SUBDOMAINS setting to True , SecurityMiddleware will add the includeS ...
-
https://man.plustar.jp/django/ref/middleware.html
- [similar]
- Django 3.1 release notes — Django 4.0.6 ドキュメント 7996
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ted as of this release . DEFAULT_HASHING_ALGORITHM settings ¶ The new DEFAULT_HASHING_ALGORITHM transitional ...
n stop overriding DEFAULT_HASHING_ALGORITHM . This setting is deprecated as of this release, because support ...
ut can be disabled by using a custom AdminSite and setting AdminSite.enable_nav_sidebar to False . Rendering ...
180,000 to 216,000. The new PASSWORD_RESET_TIMEOUT setting allows defining the number of seconds a password r ...
-
https://man.plustar.jp/django/releases/3.1.html
- [similar]
- Djangoの設定 — Django 4.0.6 ドキュメント 7848
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
を使って、動的に値を設定する事ができます。例えば: MY_SETTING = [ str ( i ) for i in range ( 30 )] 他の設定ファイ ...
ら値を import できます。 設定ファイルの指定 ¶ DJANGO_SETTINGS_MODULE ¶ When you use Django, you have to tell it ...
which settings you're using. Do this by using an environment var ...
iable, DJANGO_SETTINGS_MODULE . The value of DJANGO_SETTINGS_MODULE shou ...
-
https://man.plustar.jp/django/topics/settings.html
- [similar]