検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 138 for settings (0.080 sec.)
GeoDjango Installation — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 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 ... ash profile: export LD_LIBRARY_PATH=/usr/local/lib Setting system library path ¶ On GNU/Linux systems, there i ... in In addition, add the DYLD_FALLBACK_LIBRARY_PATH setting so that the libraries can be found by Python: expor ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 後述) 使うにはいくつかのステップを取ります: In your settings file, you'll need to define MEDIA_ROOT as the full ... untime. Example: import os from django.conf import settings from django.db import models def images_path (): r ... eturn os . path . join ( settings . LOCAL_FILE_DIR , 'images' ) class MyModel ( mode ... our models.py is imported: from django.conf import settings from django.contrib.auth import get_user_model fro ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rving files in debug mode: from django.conf import settings from django.conf.urls.static import static urlpatt ... he rest of your URLconf goes here ... ] + static ( settings . MEDIA_URL , document_root = settings . MEDIA_ROO ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sistent way to combine paths in templates. Project settings which provide either of both settings without a tr ... ior, simply put a PROFANITIES_LIST setting in your settings file that includes the words that you want to proh ... ocale subdirectory of the directory containing the settings, that usually coincides with and is known as the p ... level translations is the directory containing the settings module) and there has been a shift in other parts ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
django.core.checks.messages — Django 4.0.6 ドキュメント 5646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def is_silenced ( self ): from django.conf import settings return self . id in settings . SILENCED_SYSTEM_CHE ...
https://man.plustar.jp/django/_modules/django/core/checks/messages.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 5646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h (#20169). Fixed an obscure bug with the override_settings() decorator. If you hit an AttributeError: 'Settin ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GUAGE_COOKIE_SAMESITE , and LANGUAGE_COOKIE_SECURE settings to set the HttpOnly , SameSite , and Secure flags ... on language cookies. The default values of these settings preserve the previous behavior. Added support and ... his inconsistency. New default values for security settings ¶ To make Django projects more secure by default, ... some security settings now have more secure default values: X_FRAME_OPTIO ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a dark theme that is enabled according to browser settings. See Theming support for more details. ModelAdmin. ... a valid value upon first access, rather than when settings are first loaded. This enables running management ... g a valid SECRET_KEY , and then going on to access settings.SECRET_KEY will now raise an ImproperlyConfigured ... underlying command-line client from DatabaseClient.settings_to_cmd_args_env() method. Third-party database bac ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5598
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be anything hashable. """ from django.conf import settings # If DEBUG is on, check that we got a good receive ... r if settings . configured and settings . DEBUG : if not callabl ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 5598
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... haos SpatiaLite library, add the following to your settings.py : SPATIALITE_LIBRARY_PATH = '/Library/Framework ... the SpatiaLite library, add the following to your settings.py : SPATIALITE_LIBRARY_PATH = '/usr/local/lib/mod ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT