検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 200 for should (0.112 sec.)
The "sites" framework — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _current() method of the Site model's manager. You should then ensure that your settings file does contain t ... o installation is powering only a single site, you should take the two seconds to create the site object wit ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... corresponding Extract subclass (listed below) that should typically be used instead of the more verbose equi ... The is_dst parameter indicates whether or not pytz should interpret nonexistent and ambiguous datetimes in d ... a corresponding Trunc subclass (listed below) that should typically be used instead of the more verbose equi ... then be sure to tell Django that the output_field should be a TextField() . Specifying an output_field is a ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ain, Django ships with a few useful functions that should make working with string and bytestring objects a ... ng: import sys sys . getfilesystemencoding () This should output "UTF-8". The LANG environment variable is r ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... work), maintainers of third-party session backends should check whether the same vulnerability is present in ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... work), maintainers of third-party session backends should check whether the same vulnerability is present in ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en using the collectstatic management command. You should review and manually fix permissions on existing in ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 4793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tionaries. As a reminder, all untrusted user input should be validated before use. This issue has severity " ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
トラブルシューティング — Django 4.0.6 ドキュメント 4718
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 題 ¶ command not found: django-admin ¶ django-admin should be on your system path if you installed Django via ...
https://man.plustar.jp/django/faq/troubleshooting.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4718
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l__' can be used to specify that all system checks should be performed. Default value is '__all__' . Changed ... mmand options to suppress in the help output. This should be a set of option names (e.g. '--verbosity' ). Th ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 4718
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of a group. In this case, the Apache configuration should look like this: WSGIScriptAlias / /path/to/mysite. ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]