検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 133 for module (0.026 sec.)
django.apps.config — Django 4.0.6 ドキュメント 14162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules up django.apps.config のソースコード import inspe ... rt os import warnings from importlib import import_module from django.core.exceptions import ImproperlyConfi ... unctional import cached_property from django.utils.module_loading import import_string , module_has_submodul ... e APPS_MODULE_NAME = "apps" MODELS_MODULE_NAME = "models" [ドキュ ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 14162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules up django.utils.module_loading のソースコード imp ... import os import sys from importlib import import_module from importlib.util import find_spec as importlib_ ... find def cached_import ( module_path , class_name ): modules = sys . modules if mo ... dule_path not in modules or ( # Module is not fully initialized. getattr ( ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 10343
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Djangoの設定 ¶ Djangoの設 ... rt できます。 設定ファイルの指定 ¶ DJANGO_SETTINGS_MODULE ¶ When you use Django, you have to tell it which s ... by using an environment variable, DJANGO_SETTINGS_MODULE . The value of DJANGO_SETTINGS_MODULE should be in ... tax, e.g. mysite.settings . Note that the settings module should be on the Python import search path . djang ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 8567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Unit tests ¶ Django come ... pped. Running the tests requires a Django settings module that defines the databases to use. To help you get ... tarted, Django provides and uses a sample settings module that uses the SQLite database. See Using another s ... ettings module to learn how to use a different settings module to ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Coding style — Django 4.0.6 ドキュメント 8047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Coding style ¶ Please fo ... .cfg file contains some excluded files (deprecated modules we don't care about cleaning up and some third-pa ... port, for example) use a comment like this: import module # isort:skip Put imports in these groups: future, ... ort lines in each group alphabetically by the full module name. Place all import module statements before fr ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7939
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django Deprecation Timel ... be removed. The undocumented django.utils.baseconv module will be removed. The undocumented django.utils.dat ... etime_safe module will be removed. The default value of the USE_TZ s ... lValidator will be removed. The default_app_config module variable will be removed. TransactionTestCase.asse ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 7782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » アプリケーション ¶ Djang ... ED_APPS contains the dotted path to an application module, by default, if Django finds exactly one AppConfig ... subclass in the apps.py submodule, it uses that configuration for the application. T ... INSTALLED_APPS contains the path to an application module rather than the path to a configuration class. 注釈 ...
https://man.plustar.jp/django/ref/applications.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7528
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » django.urls functions fo ... s a regular expression compatible with Python's re module. Strings typically use raw string syntax ( r'' ) s ... a route which ends with $ . include() ¶ include ( module , namespace = None ) ¶ include ( pattern_list ) in ... takes a full Python import path to another URLconf module that should be "included" in this place. Optionall ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django 1.8 リリースノート ... stgreSQL specific functionality ¶ Django now has a module with extensions for PostgreSQL specific features, ... ¶ django.contrib.admin ¶ ModelAdmin now has a has_module_permission() method to allow limiting access to th ... e module on the admin index page. InlineModelAdmin now has ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 6900
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django を uWSGI とともに ... ド例です: uwsgi --chdir = /path/to/your/project \ --module = mysite.wsgi:application \ --env DJANGO_SETTINGS_ ... - つまり mysite パッケージを含むディレクトリです。 module : 使われる WSGI モジュール -- 通常は startproject ... : Should probably contain at least DJANGO_SETTINGS_MODULE . home : Optional path to your project virtual env ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT