検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 138 for settings (0.038 sec.)
Testing GeoDjango apps — Django 4.0.6 ドキュメント 7752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n this documentation are some additional notes and settings for PostGIS users. PostGIS ¶ 設定 ¶ 注釈 The setti ... suite with runtests.py all of the databases in the settings file must be using one of the spatial database bac ... タマイズ例 ¶ The following is an example bare-bones settings file with spatial backends that can be used to run ... ECRET_KEY = 'django_tests_secret_key' Assuming the settings above were in a postgis.py file in the same direct ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドキュメントではいくつかの追加拡張を利用しています: Settings: .. setting :: INSTALLED_APPS To link to a setting ... consider this hypothetical example: First, the ref/settings.txt document could have an overall layout like thi ... s: ======== Settings ======== ... .. _available-settings: Available set ... tings ================== ... .. _deprecated-settings: Deprecated settings =================== ... Next, ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 7525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ject_name>.wsgi.application がセットされています。 Settings モジュールを設定する ¶ WSGI サーバがあなたのアプリ ... ケーションを読み込むとき、Django は Settings モジュールをインポートする必要があります。そのモジ ... ション全体が定義されている場所です。 Django は適切な Settings モジュールを見つけるために、 DJANGO_SETTINGS_MODUL ... ない場合、初期生成ファイルである wsgi.py は、 mysite.settings をこの値として設定します。ここでの mysite はプロジ ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uth メッセージ セッション サイト 静的ファイル Core Settings Topical Index 警告 Be careful when you override se ... インデックスの下にあります。入門的な資料については、 settings topic guide をご覧ください。 ABSOLUTE_URL_OVERRIDE ... b_year , o . slug ), } The model name used in this setting should be all lowercase, regardless of the case of ... mem.LocMemCache' , } } A dictionary containing the settings for all caches to be used with Django. It is a nes ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = "__main__" : os . environ . setdefault ( "DJANGO_SETTINGS_MODULE" , "{{ project_name }}.settings" ) from dja ... the Python package name of the actual project. If settings, URLconfs and apps within the project are imported ... nced using the project name prefix (e.g. myproject.settings , ROOT_URLCONF = "myproject.urls" , etc.), the new ... utside the project package rather than adjacent to settings.py and urls.py . For instance, with the following ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 7393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... password isn't manually specified in the database settings TEST dictionary, a hardcoded password is used. Thi ... s of Django don't validate the Host header against settings.ALLOWED_HOSTS when settings.DEBUG=True . This make ... connect to the database with a superuser account. settings.ALLOWED_HOSTS is now validated regardless of DEBUG ... ['localhost', '127.0.0.1', '::1'] . If your local settings file has your production ALLOWED_HOSTS value, you ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 7345
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... password isn't manually specified in the database settings TEST dictionary, a hardcoded password is used. Thi ... s of Django don't validate the Host header against settings.ALLOWED_HOSTS when settings.DEBUG=True . This make ... connect to the database with a superuser account. settings.ALLOWED_HOSTS is now validated regardless of DEBUG ... ['localhost', '127.0.0.1', '::1'] . If your local settings file has your production ALLOWED_HOSTS value, you ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 7309
" + 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 django ... d "geos_c"). Try setting GEOS_LIBRARY_PATH in your settings. The most common solution is to properly configure ... your Library environment settings or set GEOS_LIBRARY_PATH in your settings. If usin ... S_LIBRARY_PATH setting may be added to your Django settings file with the full path to the GEOS C library. For ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 7214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... een upgraded to the latest release (1.10.0). Fixed settings leak possibility in date template filter ¶ If an a ... user could obtain any secret in the application's settings by specifying a settings key instead of a date for ... now only allows accessing the date/time formatting settings. Bugfixes ¶ Fixed a crash of the debug view during ... ( #25767 ). 目次 Django 1.8.7 リリースノート Fixed settings leak possibility in date template filter Bugfixes ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t be true of third-party apps or Python libraries. Settings モジュールを設定する ¶ When the ASGI server loads ... your application, Django needs to import the settings module — that's where your entire application is d ... efined. Django は適切な Settings モジュールを見つけるために、 DJANGO_SETTINGS_MODUL ... e isn't set, the default asgi.py sets it to mysite.settings , where mysite is the name of your project. Applyi ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT