検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 60 for conf (0.016 sec.)
Djangoの設定 — Django 4.0.6 ドキュメント 16476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... たデフォルト値が入っています。デフォルト値は django/conf/global_settings.py に記述されています。 Django が設 ... 参照する ¶ 自作のDjangoアプリケーションからは django.conf.settings をimportすることで設定を参照できます。例: ... from django.conf import settings if settings . DEBUG : # Do somethi ... ng django.conf.settings はモジュールではなく、ただのオブジェクトで ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Coding style — Django 4.0.6 ドキュメント 9307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rmatter. This will be run by pre-commit if that is configured. The project repository includes an .editorc ... file. We recommend using a text editor with EditorConfig support to avoid indentation and whitespace issu ... current directory, modifying any files that don't conform to the guidelines. If you need to have imports ... p' ), ( DIRECTION_DOWN , 'Down' ), ] Use of django.conf.settings ¶ Modules should not in general use setti ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 9307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | f | h | m | s | t | u | v a django.apps c django.conf django.conf.urls django.conf.urls.i18n django.cont ... ite custom test runners. u django.urls django.urls.conf Functions for use in URLconfs. django.utils Django ...
https://man.plustar.jp/django/py-modindex.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 9307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » django.urls functions for use in URLconfs ¶ path() ¶ path ( route , view , kwargs = None , ... that takes a full Python import path to another URLconf module that should be "included" in this place. Op ... e application namespaces. パラメータ: module -- URLconf module (or module name) namespace ( str ) -- Insta ... ace for the URL entries being included See 他の URLconfs をインクルードする and URLの名前空間とインクルード ...
https://man.plustar.jp/django/ref/urls.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 8594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the following snippet to your urls.py: from django.conf import settings from django.conf.urls.static impor ... t static urlpatterns = [ # ... the rest of your URLconf goes here ... ] + static ( settings . STATIC_URL , ... is by adding the following snippet to your ROOT_URLCONF : from django.conf import settings from django.con ... t static urlpatterns = [ # ... the rest of your URLconf goes here ... ] + static ( settings . MEDIA_URL , ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 8594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs.EmailValidator will be removed. The default_app_config module variable will be removed. TransactionTest ... r compatibility with historical migrations. django.conf.urls.url() will be removed. The model django.contr ... ticFilesStorage will be removed. RemoteUserBackend.configure_user() will require request as the first posi ... d_reset() , password_reset_done() , password_reset_confirm() , and password_reset_complete() will be remov ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a summary of objects to be deleted on the deletion confirmation page. The jQuery library embedded in the a ... main user for running tests (unless the project is configured to avoid creating a test user). The exact pr ... ws that use ModelFormMixin will raise an ImproperlyConfigured exception when both the fields and form_clas ... remove the {% load ... from future %} tags. django.conf.urls.patterns() ¶ In the olden days of Django, it ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 8449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Installing PostGIS Installing SpatiaLite DATABASES configuration ¶ Set the ENGINE setting to one of the sp ... er basis by setting an environment variable, or by configuring the library path for the entire system. LD_ ... x systems, there is typically a file in /etc/ld.so.conf , which may include additional paths from files in ... another directory, such as /etc/ld.so.conf.d . As the root user, add the custom library path ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ackage name of the actual project. If settings, URLconfs and apps within the project are imported or refer ... ect name prefix (e.g. myproject.settings , ROOT_URLCONF = "myproject.urls" , etc.), the new manage.py will ... es it possible to run runserver with the same WSGI configuration that is used for deployment. The new WSGI ... _APPLICATION setting lets you configure which WSGI callable runserver uses. (The runf ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 8012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.newforms , read the newforms documentation . URLconf improvements ¶ You can now use any callable as the ... callback in URLconfs (previously, only strings that referred to callab ... llowed). This allows a much more natural use of URLconfs. For example, this URLconf: from django.conf.urls ... s.myview' ) ) can now be rewritten as: from django.conf.urls.defaults import * from mysite.myapp.views imp ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
PREV 1 2 3 4 5 6 NEXT