検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 320 for not (0.102 sec.)
トラブルシューティング — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を説明してます。 django-admin 実行時の問題 ¶ command not found: django-admin ¶ django-admin should be on yo ... tem path if you installed Django via pip . If it's not in your path, ensure you have your virtual environ ... dec can 't decode byte 0x?? in position ?: ordinal not in range ( 128 ) 解決策は主にコンテキストに依存しま ... ブルシューティング django-admin 実行時の問題 command not found: django-admin macOS のパーミッション その他 ...
https://man.plustar.jp/django/faq/troubleshooting.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " $ git config --global user.email "you@email.com" Note that user.name should be your real name, not your ... et_xxxxx When you go to your GitHub page, you will notice a new branch has been created. If you are worki ... f your GitHub repo. Include a link to your branch. Note that the above branch is called a "topic branch" ... aining what you've done. In particular, you should note the environment in which you ran the tests, for i ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
File storage API — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . 注釈 The FileSystemStorage.delete() method will not raise an exception if the given file name does not ... this is the time of the last metadata change, and on others (like Windows), it's the creation time of the ... ed will be the current value of os.environ['TZ'] ; note that this is usually set from Django's TIME_ZONE ... letes the file referenced by name . If deletion is not supported on the target storage system this will r ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Form fields — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... clean ( False ) 'False' To specify that a field is not required, pass required=False to the Field constru ... rms of formsets because the browser validation may not be correct when adding and deleting formsets. labe ... ment" required></td></tr> You may be thinking, why not just pass a dictionary of the initial values as da ... rms, the HTML output will use the bound data. Also note that initial values are not used as "fallback" da ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the django named logger hierarchy . Django does not post messages using this name. Instead, it uses on ... r is included in a request from a client that does not match ALLOWED_HOSTS , Django will return a 400 res ... n a 400 response due to a SuspiciousOperation will not be logged to the django.request logger, but only t ... ate' : False , }, }, Other django.security loggers not based on SuspiciousOperation are: django.security. ...
https://man.plustar.jp/django/ref/logging.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rmat "appname.ModelName" if you want to depend on another model (so you inherit from the historical versi ... on). If it's not supplied, it defaults to inheriting from the stand ... 's Meta ) like permissions and verbose_name . Does not affect the database, but persists these changes fo ... a default value to put into existing rows. It does not affect the behavior of setting defaults in the dat ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he ETag sent by the client, or if the resource has not been modified, a 304 status code can be sent back, ... nstead of a full response, telling the client that nothing has changed. Depending on the header, if the p ... age has been modified or does not match the ETag sent by the client, a 412 status co ... rocessing. Telling the client that the content has not been modified since the last request, perhaps. The ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 4746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... X-Frame-Options HTTP header in HTTP responses. Do not set the header if it's already set or if the respo ... esponse if response . get ( "X-Frame-Options" ) is not None : return response # Don't set it if they used ... lue from the X_FRAME_OPTIONS setting, or 'DENY' if not set. This method can be overridden if needed, allo ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion -- CREATE TABLE "polls_question" ( "id" serial NOT NULL PRIMARY KEY , "question_text" varchar ( 200 ) ... NOT NULL , "pub_date" timestamp with time zone NOT NUL ... hoice -- CREATE TABLE "polls_choice" ( "id" serial NOT NULL PRIMARY KEY , "choice_text" varchar ( 200 ) N ... OT NULL , "votes" integer NOT NULL , "question_id" integer NOT NULL ); ALTER TAB ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 4746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 4.0 で非推奨: If there are no rows and default is not provided, ArrayAgg returns an empty list instead o ... .aggregates import JSONBAgg >>> Room . objects . annotate ( ... requirements = JSONBAgg ( ... 'hotelreser ... 4.0 で非推奨: If there are no rows and default is not provided, JSONBAgg returns an empty list instead o ... 4.0 で非推奨: If there are no rows and default is not provided, StringAgg returns an empty string instea ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT