検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 198 for file (0.122 sec.)
How to provide initial data for models — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... > , where <fixturename> is the name of the fixture file you've created. Each time you run loaddata , the d ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 述する事もできます。 If you need an empty migration file to write your own Operation objects into, use pyth ... unction above the Migration class in the migration file, and pass it to RunPython . Here's an example of u ... usually instantiated with arguments in migration # files. Store the values of them on self for later use. ... ef migration_name_fragment ( self ): # Optional. A filename part suitable for automatically naming a # mig ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as well as elsewhere in the documentation. Serving files in development ¶ static. serve ( request , path , ... ument_root , show_indexes = False ) ¶ There may be files other than your project's static assets that, for ... only as a development aid; you should serve these files in production using a real front-end web server). ... oaded content in MEDIA_ROOT . django.contrib.staticfiles is intended for static assets and has no built-in ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not change) before 1.0, see the api-stability.txt file, which lives in the docs/ directory of the distrib ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The clearsessions management command now removes file-based sessions. django.contrib.sites ¶ The Site mo ... l now supports natural keys . django.contrib.staticfiles ¶ The static template tag now uses django.contrib ... .staticfiles if it's in INSTALLED_APPS . This is especially us ... ys use {% load static %} (instead of {% load staticfiles %} or {% load static from staticfiles %} ) and no ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions module either is missing __init__.py or is a file ( #24848 ). Fixed QuerySet.exists() returning inco ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [ e . end :] else : return path [ドキュメント] def filepath_to_uri ( path ): """Convert a file system path ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anup at the same time as you do other changes to a file, separating the changes into two different commits ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ostgres.forms.FloatRangeField will be removed. The FILE_CHARSET setting will be removed. django.contrib.st ... aticfiles.storage.CachedStaticFilesStorage will be removed. ... tils.http.cookie_date() will be removed. The staticfiles and admin_static template tag libraries will be r ... emoved. django.contrib.staticfiles.templatetags.static() will be removed. The shim t ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es - メッセージフレームワーク django.contrib.staticfiles - 静的ファイルの管理フレームワーク これらの機能は ... o the database settings in your mysite/settings.py file and the database migrations shipped with the app ( ... 'django.contrib.messages' , 'django.contrib.staticfiles' , ] これで Django は、 polls アプリケーションが含 ... for time zones is enabled in the default settings file, so # Django expects a datetime with tzinfo for pu ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]