検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 60 for environment (0.023 sec.)
GeoDjango Installation — Django 4.0.6 ドキュメント 13596
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... used, and specify the component as "GIS". Library environment settings ¶ By far, the most common problem when in ... path may be set on a per-user basis by setting an environment variable, or by configuring the library path for t ... he entire system. LD_LIBRARY_PATH environment variable ¶ A user may set this environment variabl ... system use. 注釈 You will need to modify the PATH environment variable in your .profile file so that the new ver ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 13509
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lso provides instructions for setting up a virtual environment, which makes it easier to work on Python projects. ... ckages from the command line. Setting up a virtual environment ¶ It is best practice to provide a dedicated envir ... oject you create. There are many options to manage environments and packages within the Python ecosystem, some of ... ation . Python itself comes with venv for managing environments which we will use for this guide. To create a vir ...
https://man.plustar.jp/django/howto/windows.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 9917
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lications. The most important entry in OPTIONS is 'environment' . It's a dotted Python path to a callable returni ... ng a Jinja2 environment. It defaults to 'jinja2.Environment' . Django invo ... l variables available to the template using jinja2.Environment as described below. You can then call that functio ... ary since you can add constants directly in jinja2.Environment . The original use case for adding context process ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 9830
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f get_context_data ( self , ** kwargs ): kwargs [ 'environment' ] = 'Production' return super () . get_context_da ... HomeView class HomePageTest ( TestCase ): def test_environment_set_in_context ( self ): request = RequestFactory ... xt = view . get_context_data () self . assertIn ( 'environment' , context ) Tests and multiple host names ¶ The A ... be treated as a mirror of default . When the test environment is configured, a test version of replica will not ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 9626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... something you don't plan to deploy in a production environment, SQLite is generally the best option as it doesn't ... look at venv . This tool provides isolated Python environments, which are more practical than installing package ... ing tutorial walks through how to create a virtual environment. After you've created and activated a virtual envi ... most convenient way to do this is to use a virtual environment and pip . The contributing tutorial walks through ...
https://man.plustar.jp/django/topics/install.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 8856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo-admin but also sets the DJANGO_SETTINGS_MODULE environment variable so that it points to your project's setti ... t's not in your path, ensure you have your virtual environment activated. 通常、単体の Django プロジェクトを用いる ... You can use this option in your local development environment, but since your local development settings module ... dule, either by setting the DJANGO_SETTINGS_MODULE environment variable, or by passing the --settings option: dja ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 8667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nly ASCII characters. However, in an international environment, you might need to construct a URL from an IRI -- ... ow users to upload files, you must ensure that the environment used to run Django is configured to work with non- ... ASCII file names. If your environment isn't configured correctly, you'll encounter Unico ... or UTF-8 file names varies and might depend on the environment. Check your current configuration in an interactiv ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 8376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t which settings you're using. Do this by using an environment variable, DJANGO_SETTINGS_MODULE . The value of DJ ... . This is especially important in a shared-hosting environment. 利用可能な設定 ¶ 利用可能な設定は settings リファ ... ou might want to bypass the DJANGO_SETTINGS_MODULE environment variable. For example, if you're using the templat ... itself, you likely don't want to have to set up an environment variable pointing to a settings module. こういった ...
https://man.plustar.jp/django/topics/settings.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 8172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django are not able to operate safely in an async environment, as they have global state that is not coroutine-a ... afe", and are protected from execution in an async environment. The ORM is the main example, but there are other ... . The async context can be imposed upon you by the environment in which you are running your Django code. For exa ... loop back on, run: % autoawait on If you're in an environment other than IPython (or you can't turn off autoawai ...
https://man.plustar.jp/django/topics/async.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 7881
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ses after serving 5000 requests --vacuum \ # clear environment on exit --home = /path/to/virtual/env \ # optional ... path to a virtual environment --daemonize = /var/log/uwsgi/yourproject.log # bac ... ULE . home : Optional path to your project virtual environment. ini 設定ファイルの例: [ uwsgi ] chdir = /path/to/ ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
PREV 1 2 3 4 5 6 NEXT