検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 118 for run (0.028 sec.)
Unit tests — Django 4.0.6 ドキュメント 13657
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行する for an explanation of how to write new tests. Running the unit tests ¶ Quickstart ¶ First, fork Djan ... t, clone your fork, install some requirements, and run the tests:   $ git clone https://github.com/Your ... python -m pip install -r requirements/py3.txt $ ./runtests.py ...\> git clone https://github.com/YourGit ... \> py -m pip install -r requirements\py3.txt ...\> runtests.py Installing the requirements will likely re ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 12435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ames ¶ The ALLOWED_HOSTS setting is validated when running tests. This allows the test client to differen ... OWED_HOSTS checking ( ALLOWED_HOSTS = ['*'] ) when running tests prevents the test client from raising a ... n available apps. However, at the database level, truncation may cascade to related models in unavailable ... ke sure sequences are always reset before the test run: class TestsThatDependsOnPrimaryKeySequences ( Tra ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 11026
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... If the call stack contains an async loop, the code runs there. Otherwise, the code runs in a new loop in ... . Either way, this thread then pauses and waits to run any thread_sensitive code called from further down ... force_new_loop : # They have asked that we always run in a new sub-loop. self . main_event_loop = None e ... lse : try : self . main_event_loop = asyncio . get_running_loop () except RuntimeError : # There's no eve ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 9142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 用できる 0 個以上のオプションを指定します。 Getting runtime help ¶ django-admin help ¶ Run django-admin he ... list of the commands provided by each application. Run django-admin help --commands to display a list of ... all available commands. Run django-admin help <command> to display a descripti ... . Determining the version ¶ django-admin version ¶ Run django-admin version to display the current Django ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 9142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 破損しないように保護されます。 パフォーマンス ¶ When running in a mode that does not match the view (e.g. a ... emulate the other call style to allow your code to run. This context-switch causes a small performance pe ... SGI because the request-handling code is still all running asynchronously. In general you will only want ... that are also protected in this way. If you try to run any of these parts from a thread where there is a ...
https://man.plustar.jp/django/topics/async.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 8893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... our code for bugs and style errors. ESLint will be run when you run the JavaScript tests. We also recomme ... avaScript tests ¶ Django's JavaScript tests can be run in a browser or from the command line. The tests a ... QUnit . テストの実行 ¶ The JavaScript tests may be run from a web browser or from the command line. Testi ... ng from a web browser ¶ To run the tests from a web browser, open up js_tests/tes ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 8718
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ases, you may need to figure out whether or not to run a migration against a particular database. For exa ... mple, you may want to only run a migration on a particular database. In order to ... can check the database connection's alias inside a RunPython operation by looking at the schema_editor.co ... to other migrations ] operations = [ migrations . RunPython ( forwards ), ] You can also provide hints t ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7857
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test client does not require the web server to be running. In fact, it will run just fine with no web se ... rver running at all! That's because it avoids the overhead ... e Django framework. This helps make the unit tests run quickly. ページの取得時には、ドメイン全体ではなく、 ... n use this method. As we explained above, the test runner is executed using a test database, which contai ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 7683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s - say, add a field and remove a model - and then run makemigrations : $ python manage.py makemigrations ... Operations to perform: Apply all migrations: books Running migrations: Rendering model states... DONE App ... ite and PostgreSQL), all migration operations will run inside a single transaction by default. In contras ... ions (e.g. MySQL, Oracle) then all operations will run without a transaction. You can prevent a migration ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 7496
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... brary path may be modified using the crle utility. Run crle with no options to see the current configurat ... add the following to your .bash_profile so you can run the package's programs from the command-line. Repl ... the GeoDjango prerequisites on Macintosh computers running macOS. Because Homebrew still builds the softw ... o add the following to your .profile to be able to run the package programs from the command-line: export ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT