検索

phrase: max: clip:
target: order:
Results of 51 - 57 of about 57 for setup (0.083 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Finally, if your column requires truly complex SQL setup, return None from db_type() . This will cause Djan ... __init__() method. Normally, all you need to do is set up a good default for the form_class (and maybe choi ... , ** kwargs ): # This is a fairly standard way to set up some defaults # while letting the caller override ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
データベース — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g used. If you enable persistent connections, this setup is no longer repeated every request. If you modify ... ase specific notes below for information on how to set up your database correctly. PostgreSQL notes ¶ Djang ... ide cursors in transaction pooling mode, you could set up another connection to the database in order to pe ... r may result in a DatabaseError in certain unusual setups, such as when inserting into a remote table, or i ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... moved and the standalone GeoDjango tests execution setup it implemented isn't supported anymore. To run the ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f your script with: >>> import django >>> django . setup () Otherwise, you will hit an AppRegistryNotReady ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iddleware makes it possible to use REMOTE_USER for setups where the header is only populated on login pages ... this was only used by the egg loader to detect if setuptools was installed. The is_usable attribute is now ... ved and the egg loader instead fails at runtime if setuptools is not installed. Related set direct assignme ... uery . min . js SyntaxError when installing Django setuptools 5.5.x ¶ When installing Django 1.9 or 1.9.1 w ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ache ¶ The cache system requires a small amount of setup. Namely, you have to tell it where your cached dat ... 0.1:6379' , } } If you have multiple Redis servers set up in the replication mode, you can specify the serv ... ching with multiple databases, you'll also need to set up routing instructions for your database cache tabl ... ol' , } } } The per-site cache ¶ Once the cache is set up, the simplest way to use caching is to cache your ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 1.4 documentation 6344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 前が衝突します) を使わないようにしましょう。 python setup.py ユーティリティで Django をインストールしたのなら ...
https://man.plustar.jp/django/contents.html - [similar]
PREV 1 2 3 4 5 6 NEXT