検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 118 for run (0.063 sec.)
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のコマンドを実行してください:   $ python manage.py runserver ...\> py manage.py runserver コマンドライン上 ... app may not work properly until they are applied. Run 'python manage.py migrate' to apply them. 6月 01, ... rameworks, not web servers.) Now that the server's running, visit http://127.0.0.1:8000/ with your web br ... ng off. It worked! ポート番号の変更 デフォルトでは runserver コマンドは内部 IP のポート 8000 で起動します ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ia django.db.connection . Your ready() method will run during startup of every management command. For ex ... put a flag on your AppConfig classes to prevent re-running code which should be executed exactly one time ... istry. This function is called automatically: When running an HTTP server via Django's WSGI support. When ... such as get_model() become usable. Finally Django runs the ready() method of each application configurat ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his document includes the common changes needed to run with 1.0. If after going through the first part yo ... hen Django fails to find the settings module and a RuntimeError when you try to reconfigure settings afte ... , password = 'mypassword' ) Management commands ¶ Running management commands from your code ¶ django.co ... ptions. So: $ django-admin.py --settings = foo.bar runserver ...no longer works and should be changed to: ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ySet.distinct() . The new tzinfo parameter of the TruncDate and TruncTime database functions allows trunc ... nested atomic block marked as durable will raise a RuntimeError . Added the JSONObject database function. ... than when settings are first loaded. This enables running management commands that do not rely on the SE ... recated and will be removed in Django 4.1. DiscoverRunner now enables faulthandler by default. This can b ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ided as part of a discussion of problems you can # run into when combining different generic class-based ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , which causes the group.members.all() query to be run on the database. If there aren't any results, it w ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... exception handling kicks in. Again, middleware are run in reverse order during the response phase, which ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment is so memory-hungry that the system starts to run out of memory, you'll have done more harm than goo ...
https://man.plustar.jp/django/topics/performance.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this would be to make the parameter specifiable at run time -- i.e., when the class is instantiated. To d ... : def db_type ( self , connection ): return 'integer UNSIGNED AUTO_INCREMENT' def rel_db_type ( self , co ... nnection ): return 'integer UNSIGNED' Converting values to Python objects ¶ If y ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r each migration it applies. If you're interested, run the command-line client for your database and type ... ations: admin, auth, contenttypes, polls, sessions Running migrations: Rendering model states... DONE App ... ations: admin, auth, contenttypes, polls, sessions Running migrations: Rendering model states... DONE App ... このようにして起動しましょう:   $ python manage.py runserver ...\> py manage.py runserver Now, open a web ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 NEXT