検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 57 for setup (0.034 sec.)
ロギング — Django 4.0.6 ドキュメント 7048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lters and formatters that you want in your logging setup, and the log levels and other properties that you ... 行うこと も出来ます。 ロギングは、一般的な Django の setup() 関数の一部として設定されます。したがって、ロガー ...
https://man.plustar.jp/django/topics/logging.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... asks, the devil's in the details. Every production setup will be a bit different, so you'll need to adapt t ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Create a Spatial Database ¶ Typically no special setup is required, so you can create a database as you w ... dit the database connection settings to match your setup: DATABASES = { 'default' : { 'ENGINE' : 'django.co ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
設定 — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st possible settings file is for a single-database setup using SQLite. This can be configured using the fol ... propagate upward. This can be useful for some test setups. It shouldn't be used on a live site unless you w ... or not supplied at all. It is also used by django.setup() to set the URL resolver script prefix outside of ... site's security. Ensure you fully understand your setup before changing it. Make sure ALL of the following ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ot in INSTALLED_APPS . URL ¶ An addition in django.setup() allows URL resolving that happens outside of the ... o, such as in an RQ worker, without calling django.setup() , but it creates the possibility of a deadlock. ... n provide your own worker script that calls django.setup() . non-null な外部キーフィールドに対する null 代入 ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ither insert it using test fixtures , or using the setUp() method of your test case. ModelAdmin.lookup_allo ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sites default site creation in a multiple database setup ( #24000 ). Restored support for objects that aren ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as Coalesce , Concat , and Substr . TestCase data setup ¶ TestCase has been refactored to allow for data i ... s and one for each test. The class method TestCase.setUpTestData() adds the ability to set up test data at ... hnique can speed up the tests as compared to using setUp() . Fixture loading within TestCase is now perform ... sor, you will need to change your code. Overriding setUpClass / tearDownClass in test cases ¶ The decorator ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (along with any version requirement from Django's setup.cfg ). Modify PASSWORD_HASHERS to list Argon2Passw ... (along with any version requirement from Django's setup.cfg ). Modify PASSWORD_HASHERS to list BCryptSHA25 ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... blank if it will not be used. To do this, you must set up DATABASE_ROUTERS for all of your apps' models, in ... ¶ The easiest way to use multiple databases is to set up a database routing scheme. The default routing sc ... cation, and all other apps using a primary/replica setup with two read replicas. Here are the settings spec ... els would be available on all databases. With this setup installed, and all databases migrated as per Synch ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
PREV 1 2 3 4 5 6 NEXT