検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 82 for variable (0.040 sec.)
Djangoの設定 — Django 4.0.6 ドキュメント 7655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ings you're using. Do this by using an environment variable, DJANGO_SETTINGS_MODULE . The value of DJANGO_SETT ... t to bypass the DJANGO_SETTINGS_MODULE environment variable. For example, if you're using the template system ... likely don't want to have to set up an environment variable pointing to a settings module. こういったケースのた ... not setting the DJANGO_SETTINGS_MODULE environment variable, you must call configure() at some point before us ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 7424
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quotes ( #32649 ). Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap te ... nships ( #32650 ). Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admi ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 7301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt.html . It passes that template a single context variable, flatpage , which is the flatpage object. It uses ... l . Flatpage templates are passed a single context variable, flatpage , which is the flatpage object. Here's a ... . This argument may be passed as a string, or as a variable to be resolved from the context. For example: {% g ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew" to be a literal name of a view, not a template variable named myview ). Django 1.3 and above introduced th ... the corrected behavior where myview was seen as a variable. The upshot of this is that if you are not using { ... ContentType associated with proxy models. New view variable in class-based views context ¶ In all generic clas ... extMixin ), the context dictionary contains a view variable that points to the View instance. GeoDjango ¶ Line ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7070
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor will be removed. The default_app_config module variable will be removed. TransactionTestCase.assertQueryse ... nd append_aggregate_mask . django.template.resolve_variable will be removed. The following private APIs will b ... that the first argument to each tag is a template variable, not an implied string. In 1.4, this behavior is p ... ework should be used instead. The related messages variable returned by the auth context processor will also b ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 6947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n this needs to be disabled, set the environmental variable DJANGO_COLORS to nocolor . On older Windows versio ... and py -m pip install Django . Set the environment variables for proxy configuration in the command prompt as ... of Python allow setting the PYTHONUTF8 environment variable in order to force a UTF-8 encoding. Windows 10 als ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Hasher' . Moved wrap_label widget template context variable ¶ To fix the lack of <label> when using RadioSelec ... Multiple with MultiWidget , the wrap_label context variable now appears as an attribute of each option. For ex ... S setting Moved wrap_label widget template context variable SameSite cookies Considerations for the new model ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nslating it. The string is later translated from a variable. ソース言語内に保持すべき構成文字列がある場合、これ ... sure you use a single name for every extrapolated variable included in the literal. In the examples above, no ... te how we used the name Python variable in both translation strings. This example, besides ... nt string (enclosed in single or double quotes) or variable content: < title > {% translate "This is the title ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 6838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re the web server sets the REMOTE_USER environment variable) in your Django applications. This type of authent ... tion it typically sets the REMOTE_USER environment variable for use in the underlying application. In Django, ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... so respects the DJANGO_SETTINGS_MODULE environment variable, if set. For example, the following is equivalent ... a OBJC_DISABLE_INITIALIZE_FORK_SAFETY environment variable, for example: $ OBJC_DISABLE_INITIALIZE_FORK_SAFET ... can also use the DJANGO_TEST_PROCESSES environment variable for this purpose. Tips for writing tests ¶ Isolati ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT