検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 118 for run (0.075 sec.)
Installing SpatiaLite — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rst if SQLite is compiled with the R*Tree module . Run the sqlite3 command line interface and enter the f ... XXX0000.zip $ cd sqlite-amalgamation-XXX0000 Next, run the configure script -- however the CFLAGS environ ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6211
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e rest of the git commands on this page need to be run within the cloned directory, so switch to it now: ... hing work ¶ You can publish your work on GitHub by running: git push origin ticket_xxxxx When you go to y ... ase your work. If you added two commits, you would run: git rebase - i HEAD ~ 2 Squash the second commit ... from the pull request to it. At this point you can run the tests or do anything else you need to do to in ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6211
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge = "Tag 1.5.1" 1 .5.1 You can check your work by running git tag --verify <tag> . Push your work, inclu ... s . Make sure you have an absolutely clean tree by running git clean -dfx . Run make -f extras/Makefile t ... rect (proper version numbers, no stray .pyc or other undesirable files). Upload the release packages to P ... ople without access to the production DB can still run an up-to-date copy of the docs site. Create a stub ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6149
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f, and it can also help to reduce the number of CI runs. To use the tool, first install pre-commit and th ... nd will take a short while to install on the first run. Subsequent checks will be significantly faster. I ... atted using the black auto-formatter. This will be run by pre-commit if that is configured. The project r ... th used by black . This check is included when you run flake8 . Documentation, comments, and docstrings s ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
データベース — Django 4.0.6 ドキュメント 6149
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t CONN_MAX_AGE to a positive integer of seconds. For unlimited persistent connections, set it to None . C ... tion escalates warnings into errors when data are truncated upon insertion, so Django highly recommends a ... onfiguration in DATABASES . Isolation level ¶ When running concurrent loads, database transactions from d ... DIFY `your_datetime_column` DATETIME(6) or using a RunSQL operation in a data migration . TIMESTAMP colum ...
https://man.plustar.jp/django/ref/databases.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 6099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the fixture file you've created. Each time you run loaddata , the data will be read from the fixture ... ange one of the rows created by a fixture and then run loaddata again, you'll wipe out any changes you've ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 6099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ValidationError on invalid input. Validators are run after the field's to_python and validate methods h ... このメソッドをオーバーライドしてください。 Field の run_validators() メソッドはフィールドのバリデータをすべ ... clean() メソッドは、 to_python() 、 validate() 、 run_validators() を正しい順序で実行し、エラーを伝達する ... e form, the MultiEmailField.clean() method will be run as part of the cleaning process and it will, in tu ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oth the test subcommand of django-admin.py and the runtests.py script used to run Django's own test suite ... ption. When specified, this option causes the test runner to exit after encountering a failure instead of ... continuing with the test run. In addition, the handling of Ctrl-C during a test ... run has been improved to trigger a graceful exit from ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
索引 — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... domain makemessages コマンドラインオプション --dry-run collectstatic コマンドラインオプション createcache ... ndent dumpdata コマンドラインオプション --insecure runserver コマンドラインオプション --interface shell コ ... マンドラインオプション --ipv6 runserver コマンドラインオプション --keep-pot makemess ... ョン testserver コマンドラインオプション --noreload runserver コマンドラインオプション --nostartup shell コ ...
https://man.plustar.jp/django/genindex.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 6036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tatic files into production consists of two steps: run the collectstatic command when static files change ... a separate web server -- i.e., one that's not also running Django -- for serving static files. This serve ... r often runs a different type of web server -- faster but less ... S3Storage' Once that's done, all you have to do is run collectstatic and your static files would be pushe ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT