検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 133 for module (0.051 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 6839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django 1.7 release notes ... both installed applications and models. The models module was used as an identifier for applications in many ... een refactored into an "app registry" where models modules no longer have a central role and where it's poss ... ment command — and you rely on the DJANGO_SETTINGS_MODULE environment variable, you must now explicitly init ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django 1.5 release notes ... .simplejson in favor of Python 2.6's built-in json module. In theory, this change is harmless. Unfortunately ... ngo 1.4 always used django.utils.simplejson . This module was actually: A system version of simplejson , if ... uilt-in copy or it had the C speedups, or The json module from the standard library, if it was available (i. ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 6682
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » FAQ: Django を使う ¶ Why ... do I get an error about importing DJANGO_SETTINGS_MODULE ? ¶ 以下の点を確認してください: The environment va ... riable DJANGO_SETTINGS_MODULE is set to a fully-qualified Python module (i.e. my ... do I get an error about importing DJANGO_SETTINGS_MODULE ? テンプレート言語を好きになれません。どうしても使 ...
https://man.plustar.jp/django/faq/usage.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 6585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » How to deploy with ASGI ... rovided as an object named application in a Python module accessible to the server. The startproject command ... r application, Django needs to import the settings module — that's where your entire application is defined. ... tings モジュールを見つけるために、 DJANGO_SETTINGS_MODULE 環境変数を使用します。これは設定モジュールへのドッ ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django 1.6 release notes ... ctions for details. Discovery of tests in any test module ¶ Django 1.6 ships with a new test runner that all ... r ) found tests only in the models.py and tests.py modules of a Python package in INSTALLED_APPS . The new r ... . With test discovery, tests can be located in any module whose name matches the pattern test*.py . In addit ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
設定 — Django 4.0.6 ドキュメント 6477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » 設定 ¶ コアの設定 Auth メ ... tation. For more information, consult your backend module's own documentation. TIMEOUT ¶ デフォルト値: 300 T ... tation. For more information, consult your backend module's own documentation. PASSWORD ¶ デフォルト値: '' ( ... is similar to setting None as a value in MIGRATION_MODULES , but for all apps. MIRROR ¶ デフォルト値: None T ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Porting your apps from D ... th django.forms -- Django 1.0 renamed the newforms module (introduced in 0.96) to plain old forms . The oldf ... orms module was also removed. If you're already using the newf ... ia methods on the Signal object instead of through module methods in django.dispatch.dispatcher . Remove any ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 6428
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » How to authenticate agai ... atically into Apache, or you might need to use LoadModule to load them dynamically in your httpd.conf : Load ... Module auth_basic_module modules/mod_auth_basic.so LoadModule authz_user_mo ... dule modules/mod_authz_user.so Finally, edit your WSGI script ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6428
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » django-admin と manage.p ... as django-admin but also sets the DJANGO_SETTINGS_MODULE environment variable so that it points to your pro ... 替えが必要な場合は、 django-admin を DJANGO_SETTINGS_MODULE もしくは --settings オプションと共に利用してくださ ... ronment, but since your local development settings module may not have many of your production settings, you ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6428
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Django Utils ¶ This docu ... ment covers all stable modules in django.utils . Most of the modules in django.u ... ase deprecation policy . django.utils.cache ¶ This module contains helper functions for controlling HTTP cac ... go.utils.dateparse ¶ The functions defined in this module share the following properties: They accept string ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT