検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 60 for environment (0.056 sec.)
Unit tests — Django 4.0.6 ドキュメント 7881
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on GitHub . Second, create and activate a virtual environment. If you're not familiar with how to do that, read ... x is a tool for running tests in different virtual environments. Django includes a basic tox.ini that automates s ... e appropriate version of Python. A list of default environments can be seen as follows:   $ tox -l py3 black fl ... and database backends ¶ In addition to the default environments, tox supports running unit tests for other versio ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 7692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... apply configuration automatically according to the environment. For example, you could set an environment variabl ... EVEL appropriately in your development and staging environments, and make use of it in a logger mapping thus: 'le ... ANGO_LOG_LEVEL' , 'WARNING' ) - so that unless the environment specifies a lower log level, this configuration wi ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion. After all, Django was created in a journalism environment! So we treat our documentation like we treat our c ... ed for a code example. Use :envvar: to refer to an environment variable. You may also need to define a reference ... to the documentation for that environment variable using .. envvar:: . Django-specific marku ... code example. You still write it assuming a Unix-y environment (i.e. a '$' prompt symbol, '/' as filesystem path ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 7591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a Python command line option or the PYTHONWARNINGS environment variable. For example, to show warnings while runn ... he new Django version . If you are using a virtual environment and it is a major upgrade, you might want to set u ... p a new environment with all the dependencies first. Django を pip でイ ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 7300
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mon solution is to properly configure your Library environment settings or set GEOS_LIBRARY_PATH in your settings ... an't find the GDAL library, configure your Library environment settings or set GDAL_LIBRARY_PATH in your settings ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 7212
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sources (where the web server sets the REMOTE_USER environment variable) in your Django applications. This type o ... f authentication it typically sets the REMOTE_USER environment variable for use in the underlying application. In ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7111
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ser`` for the arguments, parses them, performs any environment changes requested by options like ``pythonpath``, ... s isn \' t provided, the ' "DJANGO_SETTINGS_MODULE environment variable will be used." ), ) self . add_base_argum ... def run_from_argv ( self , argv ): """ Set up any environment changes requested (e.g., Python path and Django se ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 7111
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... autoreload with Python 2 on Windows with non- str environment variables ( #28174 ). Corrected Field.has_changed( ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7111
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with third-party services that use such strings in environment variables. CSRF ¶ Added the CSRF_USE_SESSIONS sett ... n a free port. The DJANGO_LIVE_TEST_SERVER_ADDRESS environment variable is no longer used, and as it's also no lo ... ました。 保存した値を失わないように、 teardown_test_environment() を呼び出す前に 2 度めの呼び出しをした場合、 setu ... p_test_environment() がエラーを投げるようになりました。 DjangoJSONEnc ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 7023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... our project's Python dependencies inside a virtual environment , add the path using WSGIPythonHome . See the mod_ ... wsgi virtual environment guide for more details. WSGIPythonPath の行は、プロ ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
PREV 1 2 3 4 5 6 NEXT