検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 44 for configure (0.016 sec.)
Djangoの設定 — Django 4.0.6 ドキュメント 14154
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 設定できるようになっています。 django.conf.settings. configure ( default_settings , ** settings ) ¶ 実装例: from ... django.conf import settings settings . configure ( DEBUG = True ) Pass configure() as many keyword ... ed above. If a particular setting is not passed to configure() and is needed at some later point, Django will u ... inside a larger application. したがって、 settings.configure() を介して設定された場合、Djangoはプロセス環境変数 ...
https://man.plustar.jp/django/topics/settings.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 12786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » How to configure and use logging ¶ 参考 Django logging reference Dj ... ls in settings.py . The way that Django logging is configured as part of the setup() function means that loggin ... o on - with some additional configuration. You can configure: logger mappings, to determine which records are s ... ion by setting disable_existing_loggers to False . Configure a handler ¶ This example configures a single handl ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 11080
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nto the directory where GEOS was unpacked, run the configure script, compile, and install: $ cd geos-X.Y.Z $ ./ ... settings. The most common solution is to properly configure your Library environment settings or set GEOS_LIBR ... ar xzf ../../proj-data-X.Y.tar.gz $ cd .. Finally, configure, make and install PROJ: $ ./configure $ make $ sud ... tar.gz $ tar xzf gdal-X.Y.Z.tar.gz $ cd gdal-X.Y.Z Configure, make and install: $ ./configure $ make # Go get s ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
django — Django 4.0.6 ドキュメント 10604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [ドキュメント] def setup ( set_prefix = True ): """ Configure the settings (this happens as a side effect of acc ... essing the first setting), configure logging and populate the app registry. Set the thr ... ort set_script_prefix from django.utils.log import configure_logging configure_logging ( settings . LOGGING_CON ...
https://man.plustar.jp/django/_modules/django.html - [similar]
Installing SpatiaLite — Django 4.0.6 ドキュメント 9313
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... zip $ cd sqlite-amalgamation-XXX0000 Next, run the configure script -- however the CFLAGS environment variable ... *Tree module: $ CFLAGS="-DSQLITE_ENABLE_RTREE=1" ./configure $ make $ sudo make install $ cd .. SpatiaLite libr ... atialite-X.Y.Z.tar.gz $ cd libspatialite-X.Y.Z $ ./configure $ make $ sudo make install 注釈 For macOS users bu ... iaLite library and tools need to have their target configured: $ ./configure --target=macosx macOS-specific ins ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 8006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... micro version numbers for PostGIS. For example, to configure for PostGIS X.Y.Z you would use: POSTGIS_VERSION = ... uration, this section describes several methods to configure a database user with sufficient privileges to run ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Coding style — Django 4.0.6 ドキュメント 7853
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rmatter. This will be run by pre-commit if that is configured. The project repository includes an .editorconfig ... llows: from django.conf import settings settings . configure ({}, SOME_SETTING = 'foo' ) However, if any settin ... g is accessed before the settings.configure line, this will not work. (Internally, settings is ... a LazyObject which configures itself automatically when the settings are access ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
ロギング — Django 4.0.6 ドキュメント 7607
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es « previous | up | next » ロギング ¶ 参考 How to configure and use logging Django logging reference Python pr ... dictConfig フォーマット を使用します。 In order to configure logging, you use LOGGING to define a dictionary of ... setting defines the callable that will be used to configure Django's loggers. By default, it points at Python' ... ided as the value of that argument when logging is configured. ロギング設定を無効化する ¶ ロギングを全く設定した ...
https://man.plustar.jp/django/topics/logging.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 7530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tings from django.core.exceptions import ImproperlyConfigured # For backwards compatibility with Django < 3.2 f ... epr , sorted ( builtin_backends )) raise ImproperlyConfigured ( " %r isn't an available database backend or cou ... that if we can help it. thread_critical = True def configure_settings ( self , databases ): databases = super ( ... ) . configure_settings ( databases ) if databases == {}: databas ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 7438
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odule from django.core.exceptions import ImproperlyConfigured from django.utils.deprecation import RemovedInDja ... ot self . label . isidentifier (): raise ImproperlyConfigured ( "The app label ' %s ' is not a valid Python ide ... ( paths )) if len ( paths ) > 1 : raise ImproperlyConfigured ( "The app module %r has multiple filesystem loca ... tions ( %r ); " "you must configure this app with an AppConfig subclass " "with a 'pat ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
PREV 1 2 3 4 5 NEXT