検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 198 for file (0.132 sec.)
Django の admin サイト — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he admin interface. Usually, these are stored in a file named admin.py in your application. Let's take a l ... nt. This can be used to set column widths in a CSS file for example. Django は、 list_display の各要素を以 ... "my_styles.css" ,) } js = ( "my_code.js" ,) staticfiles app は、すべてのアセットのパスに STATIC_URL ( STA ... Media objects which store paths to the JavaScript files for the forms and/or formsets. If DEBUG is True i ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rmally, one might do something like this: # Tintin filed a news story! reporter = Reporters . objects . ge ... t ( name = 'Tintin' ) reporter . stories_filed += 1 reporter . save () Here, we have pulled the ... value of reporter.stories_filed from the database into memory and manipulated it ... jects . get ( name = 'Tintin' ) reporter . stories_filed = F ( 'stories_filed' ) + 1 reporter . save () Al ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e cursors that allows capture of the SQL to a .sql file if the user wishes. create_model() ¶ BaseDatabaseS ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... とも可能です。) テンプレート ¶ A template is a text file. It can generate any text-based format (HTML, XML, ... e is ['a', 'b', 'c', 'd'] , the output will be 4 . filesizeformat Formats the value like a "human-readable ... " file size (i.e. '13 KB' , '4.1 MB' , '102 bytes' , etc. ... ). For example: {{ value | filesizeformat }} value が 123456789 のとき、出力は 117 ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd returns a string containing the encoded result. filepath_to_uri ( path ) [ソース] ¶ Convert a file syst ... on each item (i.e. item/entry) element. write ( outfile , encoding ) ¶ Outputs the feed in the given encod ... ing to outfile , which is a file-like object. Subclasses should o ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting GDALRaster objects in GDAL's internal virtual filesystem. Rasters can now be created from and convert ... can only happen on memcached. ファイルストレージ ¶ File.open() can be used as a context manager, e.g. with ... file.open() as f: . フォーム ¶ The new date_attrs and t ... -location option controls the comment format in PO files. loaddata can now read from stdin . The new diffs ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of reverse() , as the urls are not loaded when the file is imported. The fields attribute works the same w ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'll specify the details in your project's settings file, see DATABASES for details. データベースのクエリを ...
https://man.plustar.jp/django/topics/install.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o a protected resource, for example a downloadable file that a user has paid for. SECRET_KEY を守る ¶ star ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): self . verbose_name = self . label . title () # Filesystem path to the application directory e.g. # '/p ... e ( self , module ): """Attempt to determine app's filesystem path from its module.""" # See #21874 for ex ... module , "__path__" , [])) if len ( paths ) != 1 : filename = getattr ( module , "__file__" , None ) if fi ... name is not None : paths = [ os . path . dirname ( filename )] else : # For unknown reasons, sometimes the ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]