検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 166 for setting (0.076 sec.)
Tablespaces — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s in the model. You can use the DEFAULT_TABLESPACE setting to specify a default value for db_tablespace . Thi ... s is useful for setting a tablespace for the built-in Django apps and othe ... ignored. You can use the DEFAULT_INDEX_TABLESPACE setting to specify a default value for db_tablespace . If ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... endently of Django. In other words, no database or settings file required -- import them as normal from djang ... ld not find the GEOS library (tried "geos_c"). Try setting GEOS_LIBRARY_PATH in your settings. The most commo ... is to properly configure your Library environment settings or set GEOS_LIBRARY_PATH in your settings. If usi ... e system's library path then the GEOS_LIBRARY_PATH setting may be added to your Django settings file with the ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (上の説明を参照)。 The json_encoder argument allows setting a custom JSON encoder for the JSON serialization t ... e a password, you can't set the user's password by setting the password attribute directly -- you must use th ... hich should be a dotted Python path string), or to settings.AUTHENTICATION_BACKENDS[0] if a value isn't provi ... とができ、言語コードの値は: from django.conf import settings def test_language_using_cookie ( self ): self . c ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'django.contrib.redirects' to your INSTALLED_APPS setting. Add 'django.contrib.redirects.middleware.Redirect ... FallbackMiddleware' to your MIDDLEWARE setting. Run the command manage.py migrate . How it works ... ath with a site ID that corresponds to the SITE_ID setting. If it finds a match, and new_path is not empty, i ... ase API . For example: >>> from django.conf import settings >>> from django.contrib.redirects.models import R ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t header. For this reason, Django 1.4.4 adds a new setting, ALLOWED_HOSTS , containing an explicit list of va ... etails see the documentation for the ALLOWED_HOSTS setting. The default value for this setting in Django 1.4. ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patiaLite DATABASES configuration ¶ Set the ENGINE setting to one of the spatial backends . Add django.contri ... o add django.contrib.gis to INSTALLED_APPS in your settings. This is so that the gis templates can be located ... pecify the component as "GIS". Library environment settings ¶ By far, the most common problem when installing ... the library path may be set on a per-user basis by setting an environment variable, or by configuring the lib ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For each DjangoTemplates backend in the TEMPLATES setting, Django instantiates an Engine . DjangoTemplates w ... string() . In a Django project where the TEMPLATES setting defines a DjangoTemplates engine, it's possible to ... ontext. For example, to add the DEFAULT_FROM_EMAIL setting to every context: from django.conf import settings ... email ( request ): return { "DEFAULT_FROM_EMAIL" : settings . DEFAULT_FROM_EMAIL , } Custom context processor ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... middleware and switch from the MIDDLEWARE_CLASSES setting to the new MIDDLEWARE setting to take advantage of ... t without credentials. The new LOGOUT_REDIRECT_URL setting controls the redirect of the django.contrib.auth.v ... root URLConf specified using request.urlconf . By setting the new prefix_default_language parameter for i18n ... ations. Added support for non-atomic migrations by setting the atomic attribute on a Migration . The migrate ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5792
" + 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 ... ays of configuring logging. In Django, the LOGGING setting is most commonly used. The setting uses the dictCo ... ングを設定する for an explanation of how your custom settings are merged with Django's defaults. See the Python ...
https://man.plustar.jp/django/howto/logging.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.contrib.contenttypes' to your INSTALLED_APPS setting. It's generally a good idea to have the contenttyp ... n add the sites application to your INSTALLED_APPS setting and run manage.py migrate to install it, the model ... class GenericForeignKey ¶ There are three parts to setting up a GenericForeignKey : Give your model a Foreign ... ject back to this object doesn't exist by default. Setting related_query_name creates a relation from the rel ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT