検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 67 for initial (0.042 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 6387
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is already present: >>> cache . set ( 'add_key' , 'Initial value' ) >>> cache . add ( 'add_key' , 'New value' ... ) >>> cache . get ( 'add_key' ) 'Initial value' If you need to know whether add() stored a ...
https://man.plustar.jp/django/topics/cache.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in . py apps . py migrations / __init__ . py 0001 _initial . py models . py static / polls / images / backgro ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ere's an example of using RunPython to create some initial objects on a Country model: from django.db import ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
設定 — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ult: '50M' This is an Oracle-specific setting. The initial size of the DATAFILE. DATAFILE_TMP_SIZE ¶ Default: ... '50M' This is an Oracle-specific setting. The initial size of the DATAFILE_TMP. DATAFILE_EXTSIZE ¶ Defau ... r more details about usage. 警告 This should be an initially empty destination directory for collecting your ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Signals — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the setting after the change. For settings that initially don't exist, in the "teardown" phase, value is N ... created ¶ Sent when the database wrapper makes the initial connection to the database. This is particularly u ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t' in the 'context_processors' option of OPTIONS . Initially empty extra inlines can now be removed, in the s ... nger renders with the required HTML attribute when initial data exists. The undocumented django.views.debug.E ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ean_password() is no longer required to return the initial value. The cache.get_many() , get_or_set() , has_k ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Migration ): dependencies = [ ( 'accounts' , '0001_initial' ), # replace this with the latest migration in co ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e network hits entirely for a given file after the initial download. ManifestStaticFilesStorage appends a con ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t databases. Running migrate to install models and initial data into the test databases. Running the system c ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT