検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 82 for databases (0.024 sec.)
複数のデータベース — Django 4.0.6 ドキュメント 14290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の追加ステップを踏む必要があります。 参考 See Multi-database support for information about testing with multiple ... databases. データベースを定義する ¶ Djangoでデータベースを使 ... ータベースサーバーをDjangoに教えることです。これは、 DATABASES の設定で行います。この設定は、データベースへのエイ ... を、辞書にマッピングします。この辞書の設定の詳細は、 DATABASES ドキュメントで説明しています。 Databases can have ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 13445
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a redirect to an external URL. Tests and multiple databases ¶ Testing primary/replica configurations ¶ If you' ... imary/replica (referred to as master/slave by some databases) replication, this strategy of creating test datab ... ases poses a problem. When the test databases are created, there won't be any replication, and a ... owing (simplified) example database configuration: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.m ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 10666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... andler ( BaseConnectionHandler ): settings_name = "DATABASES" # Connections needs to still be an actual thread ... ad_critical = True def configure_settings ( self , databases ): databases = super () . configure_settings ( dat ... abases ) if databases == {}: databases [ DEFAULT_DB_ALIAS ] = { "ENGINE" ... .db.backends.dummy" } elif DEFAULT_DB_ALIAS not in databases : raise ImproperlyConfigured ( f "You must define ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
データベース — Django 4.0.6 ドキュメント 9304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タベース ¶ Django officially supports the following databases: PostgreSQL MariaDB MySQL Oracle SQLite There are ... o use a connection that has been terminated by the database server. (This problem may only affect very low traf ... eep the number of simultaneous connections to this database small. The development server creates a new thread ... nt connections. Encoding ¶ Django assumes that all databases use UTF-8 encoding. Using other encodings may resu ...
https://man.plustar.jp/django/ref/databases.html - [similar]
テストツール — Django 4.0.6 ドキュメント 9304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e や TestCase を使用してください。 SimpleTestCase. databases ¶ SimpleTestCase disallows database queries by def ... blem, you can disable this behavior by setting the databases class attribute to '__all__' on your test class. 警 ... to the default database. If you are using multiple databases and set TransactionTestCase.databases , fixtures w ... ill be loaded into all specified databases. URLconf configuration ¶ If your application provi ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 8010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... requires a Django settings module that defines the databases to use. To help you get started, Django provides a ... o run the Django's test suite across all supported databases and python versions. See the django-docker-box pro ... THONPATH and pass the module with --settings . The DATABASES setting in any test settings module needs to defin ... e two databases: A default database. This database should use the ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 7941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... base user only needs to have the ability to create databases. In other configurations, you may be required to u ... se a database superuser. Create database user ¶ To make a databas ... e user with the ability to create databases, use the following command: $ createuser --created ... er_name> CREATEDB NOSUPERUSER NOCREATEROLE; Create database superuser ¶ This may be done at the time the user i ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7805
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3. What's new in Django 1.2 ¶ Support for multiple databases ¶ Django 1.2 adds the ability to use more than one ... r GeoDjango in 1.2 is support for multiple spatial databases. As a result, the following spatial database backe ... ... These changes are required to support multiple databases -- db_type and get_db_prep_* can no longer make an ... rep_lookup() to get_prep_lookup() . If you require database specific conversions, then you will need to provide ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lication/json' . The new ORACLE_MANAGED_FILES test database setting allows using Oracle Managed Files (OMF) tab ... ction there. DiscoverRunner now skips the setup of databases not referenced by tests . URL ¶ The new ResolverMa ... tributes are deprecated in favor of SimpleTestCase.databases , TransactionTestCase.databases , and TestCase.dat ... abases . These new attributes allow databases dependencies to be declared in order to prevent un ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
設定 — Django 4.0.6 ドキュメント 7683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... header checking isn't performed in older versions. DATABASES ¶ デフォルト値: {} (空の辞書) A dictionary contain ... ing the settings for all databases to be used with Django. It is a nested dictionary ... aining the options for an individual database. The DATABASES setting must configure a default database; any num ... ber of additional databases may also be specified. The simplest possible setti ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT