検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 118 for run (0.039 sec.)
データベースのトランザクション — Django 4.0.6 ドキュメント 6648
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atomic block is nested within another it raises a RuntimeError . atomic は、 decorator として使用すること ... ecially important if you're using atomic() in long-running processes, outside of Django's request / respo ... this is best used in situations where you want to run your own transaction-controlling middleware or do ... registered functions in that same transaction will run. This is the same behavior as if you'd executed th ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raint prior to invoking reset . Test cases are now run in a transaction ¶ Django 1.1 runs tests inside a ... ressions. Aggregate support ¶ It's now possible to run SQL aggregate queries (i.e. COUNT() , MAX() , MIN( ... Tests written using Django's testing framework now run dramatically faster (as much as 10 times faster in ... sing django.test.TestCase , your tests will now be run in a transaction which is rolled back when finishe ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with one of the pull request builders that doesn't run automatically, such as Oracle or Selenium. See the ... nd set upstream to be django/django . Then you can run git pr #### to checkout the corresponding pull req ... xpect will be pushed to upstream. $ git push --dry-run upstream main $ # Push! $ git push upstream main $ ... t will be pushed to upstream. ...\> git push --dry-run upstream main ...\> REM Push! ...\> git push upstr ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ance, with a custom management command that can be run manually or scheduled to run periodically via e.g. ... on of any test databases that are created when you run a test suite. However, in the process of testing t ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cess that handles requests. The daemon process can run as a different user than the web server, possibly ... is generally the best option as it doesn't require running a separate server. However, SQLite has many di ... sure that you have Git installed and that you can run its commands from a shell. (Enter git help at a sh ... setting up and activating the virtual environment, run the following command:   $ python -m pip install ...
https://man.plustar.jp/django/topics/install.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er representing the coordinate system's EPSG code. Run migrate ¶ After defining your model, you need to s ... ING GIST ("mpoly"); COMMIT; If this looks correct, run migrate to create this table in the database:   ... ations: admin, auth, contenttypes, sessions, world Running migrations: ... Applying world.0001_initial... ... ations: admin, auth, contenttypes, sessions, world Running migrations: ... Applying world.0001_initial... ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 6398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The database user must be a superuser in order to run CREATE EXTENSION postgis; . The command is run dur ... reateExtension migration operation, or directly by running CREATE EXTENSION postgis_raster; . GeoDjango d ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 6336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allable. It's not used by the development server ( runserver ), but can be used by any ASGI server either ... on . 警告 While Django's default ASGI handler will run all your code in a synchronous thread, if you choo ... se to run your own async handler you must be aware of async- ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it out, verifying that it contains tests and docs, running the test suite with the included patch, and le ... ain branch, put it in a separate file that you can run standalone. For our example, we'll pretend we crea ... tests/migrations/test_regression.py , which can be run with: $ ./runtests.py migrations.test_regression N ... Now we're ready for the fun part: using git bisect run to automate the rest of the process: $ git bisect ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ure of the problem we're solving, so that the reader understands what we're trying to achieve. Don't feel ... ¶ Before you commit your docs, it's a good idea to run the spelling checker. You'll need to install sphin ... trib-spelling first. Then from the docs directory, run make spelling . Wrong words (if any) along with th ... ocumentation are working. From the docs directory, run make linkcheck . Output is printed to the terminal ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT