検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 140 for system (0.021 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 11952
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e super () . __init__ ( * args , ** kwargs ) class SystemCheckError ( CommandError ): """ The system check f ... r class to improve some error messages and prevent SystemExit in several occasions, as SystemExit is unaccep ... t match the migrations in the database. ``requires_system_checks`` A list or tuple of tags, e.g. [Tags.stati ... cfiles, Tags.models]. System checks registered in the chosen tags will be check ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
File storage API — Django 4.0.6 ドキュメント 11594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rovides lazy access to the current default storage system as defined by DEFAULT_FILE_STORAGE . DefaultStorag ... rage_class will return the current default storage system as defined by DEFAULT_FILE_STORAGE . If import_pat ... l be raised if the import is unsuccessful. The FileSystemStorage class ¶ class FileSystemStorage ( location ... ne , directory_permissions_mode = None ) ¶ The FileSystemStorage class implements basic file storage on a lo ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 11046
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y, the cause of this problem is that the operating system isn't aware of the directory where the libraries b ... or by configuring the library path for the entire system. LD_LIBRARY_PATH environment variable ¶ A user may ... ile: export LD_LIBRARY_PATH=/usr/local/lib Setting system library path ¶ On GNU/Linux systems, there is typi ... so.conf $ sudo ldconfig For OpenSolaris users, the system library path may be modified using the crle utilit ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 9676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmers ¶ This document explains the Django template system from a technical perspective -- how it works and h ... hese concepts. オーバービュー ¶ Using the template system in Python is a three-step process: You configure a ... Is for each of these steps instead of the template system's lower level APIs: For each DjangoTemplates backe ... template source files. It is used to configure filesystem.Loader . It defaults to an empty list. app_dirs on ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 9497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion in intermediate-level directories of the file system cache on Python 3.7+ ¶ On Python 3.7+, the interme ... diate-level directories of the file system cache had the system's standard umask rather than ... tion in intermediate-level directories of the file system cache on Python 3.7+ Bugfixes 前のトピックへ Djang ... notes , directories , intermediate , permissions , system , file , data , loss , using クイック検索 Last upd ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 9497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion in intermediate-level directories of the file system cache on Python 3.7+ ¶ On Python 3.7+, the interme ... diate-level directories of the file system cache had the system's standard umask rather than ... tion in intermediate-level directories of the file system cache on Python 3.7+ Bugfixes 前のトピックへ Djang ... notes , directories , intermediate , permissions , system , file , data , loss , using クイック検索 Last upd ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 8138
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Field. srid ¶ Sets the SRID [2] (Spatial Reference System Identity) of the geometry field to the given value ... teger specifier that corresponds to the projection system that will be used to interpret the data in the spa ... tial database. [3] Projection systems give the context to the coordinates that specify ... lometers and miles). Using a geographic coordinate system may introduce complications for the developer late ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ounterpart, OGRGeometry supports spatial reference systems and coordinate transformation: >>> from django.co ... for this geometry, or None if no spatial reference system has been assigned to it. If assigned, accessing th ... rms this geometry to a different spatial reference system. May take a CoordTransform object, a SpatialRefere ... format. expand_to_include ( * args ) ¶ Coordinate System Objects ¶ SpatialReference ¶ class SpatialReferenc ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 7864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を保存するかの複雑なカスタムを許可する file storage systems を提供しています。このドキュメントの後半では、それ ... tion ( MEDIA_ROOT if you are using the default FileSystemStorage ): >>> import os >>> from django.conf impor ... car . photo . name >>> # Move the file on the filesystem >>> os . rename ( initial_path , new_path ) >>> ca ... out how and where to store files to a file storage system. This is the object that actually understands thin ...
https://man.plustar.jp/django/topics/files.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 7769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion in intermediate-level directories of the file system cache on Python 3.7+ ¶ On Python 3.7+, the interme ... diate-level directories of the file system cache had the system's standard umask rather than ... tion in intermediate-level directories of the file system cache on Python 3.7+ Bugfixes 前のトピックへ Djang ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT