検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 140 for system (0.065 sec.)
Django におけるセキュリティ — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e security protection of the web server, operating system and other components. Make sure that your Python c ... nst brute-force attacks against the authentication system, you may consider deploying a Django plugin or web ... od idea to limit the accessibility of your caching system and database using a firewall. Take a look at the ... also include security principles that apply to any system. 目次 Django におけるセキュリティ クロス・サイト・ ...
https://man.plustar.jp/django/topics/security.html - [similar]
設計思想 — Django 4.0.6 ドキュメント 6136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 知る」べきではありません。 For example, the template system knows nothing about web requests, the database lay ... er knows nothing about data display and the view system doesn't care which template system a programmer us ... And Ugly Thing. Along these lines, the Django URL system should allow URLs for the same app to be different ...
https://man.plustar.jp/django/misc/design-philosophies.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 6136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n ¶ Django includes both a caching framework and a system for preventing cross-site request forgery (CSRF) a ... ttacks . The CSRF-protection system is based on a random nonce sent to the client in a ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 6136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n ¶ Django includes both a caching framework and a system for preventing cross-site request forgery (CSRF) a ... ttacks . The CSRF-protection system is based on a random nonce sent to the client in a ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... extends Python's builtin logging module to perform system logging. This module is discussed in detail in Pyt ... ガー ¶ A logger is the entry point into the logging system. Each logger is a named bucket to which messages c ... ting behavior. Security implications ¶ The logging system handles potentially sensitive information. For exa ... ging. Here's an example of how to make the logging system print more messages from just the django named log ...
https://man.plustar.jp/django/topics/logging.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s to assist with model field deprecation using the system checks framework . Add the system_check_deprecated ... to the following: class IPAddressField ( Field ): system_check_deprecated_details = { 'msg' : ( 'IPAddressF ... releases for fields in Django itself), change the system_check_deprecated_details attribute to system_check ... ionary similar to: class IPAddressField ( Field ): system_check_removed_details = { 'msg' : ( 'IPAddressFiel ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this to True if you want the coordinate reference system to be included in the returned GeoJSON. Ignored on ... the transformed geometry to the spatial reference system specified by the srid parameter. 注釈 What spatial ... reference system an integer SRID corresponds to may depend on the s ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror reports for details. ファイルストレージ ¶ FileSystemStorage.save() method now supports pathlib.Path . F ... ecifying database aliases for running the database system checks. Previously these checks were enabled for a ... assing tests. DiscoverRunner now skips running the system checks on databases not referenced by tests . Tran ... s pathlib.Path instead of os.path for building filesystem paths. The TIME_ZONE setting is now allowed on dat ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango ships built-in backends for its own template system, creatively called the Django template language (D ... If a variable resolves to a callable, the template system will call it with no arguments and use its result ... ne encapsulates an instance of the Django template system. The main reason for instantiating an Engine direc ... alid' : the output, as a string, that the template system should use for invalid (e.g. misspelled) variables ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 5958
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... When installing from source on UNIX and GNU/Linux systems, please follow the installation instructions care ... standard location, or you don't want to modify the system's library path then the GEOS_LIBRARY_PATH setting ... geospatial data to different coordinate reference systems. First, download the PROJ source code: $ wget htt ... standard location, or you don't want to modify the system's library path then the GDAL_LIBRARY_PATH setting ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT