検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 170 for Http (0.054 sec.)
Django 1.4 documentation 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す: 一つはリクエストされたページのコ ンテンツを含む HttpResponse オブジェクトを返すこと、 もう一つは Http40 ... タベースの セットアップをすることなく開発できます。 http://www.python.org から Python を取ってきましょう。 ... 'mysite.settings' Development server is running at http : // 127.0 . 0.1 : 8000 / Quit the server with CON ... せん)。 さあ、これでサーバが起動したので、ブラウザで http://127.0.0.1:8000/ にアク セスしてみてください。 “W ...
https://man.plustar.jp/django/contents.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5346
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pport for streaming responses via the new StreamingHttpResponse response class. GeoDjango now supports Pos ... ate a streaming response by passing an iterator to HttpResponse . But this was unreliable: any middleware ... enerate a streaming response with the new StreamingHttpResponse class. This class exposes a streaming_cont ... ent attribute which is an iterator. Since StreamingHttpResponse does not have a content attribute, middlew ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 5290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... refix is local (e.g. static/ ) and not a URL (e.g. http://static.example.com/ ). またこのヘルパー関数は ST ... prefix is local (e.g. media/ ) and not a URL (e.g. http://media.example.com/ ). テスト ¶ ビルトインのテスト ... ば、ビルトインの LiveServerTestCase ) ではなく実際の HTTP リクエストを使用してテストを実行している場合、テス ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models. 4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll n ... eed the Admin app enabled). 5. Visit http://127.0.0.1:8000/polls/ to participate in the poll ... d polls. long_description = file: README.rst url = https://www.example.com/ author = Your Name author_emai ... Language :: Python :: 3.9 Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP :: Dynamic Content [ ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
国際化とローカル化 — Django 4.0.6 ドキュメント 5290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ード ¶ 言語名を表します。ブラウザは Accept-Language HTTPヘッダの中でこの表示形式を使って表示可能な言語名を通 ... します。言語コードは、一般的に小文字で表されますが、HTTP の Accept-Language ヘッダーは大文字・小文字を区別し ...
https://man.plustar.jp/django/topics/i18n/index.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トが翻訳文字列としてマークされています: from django.http import HttpResponse from django.utils.translation ... est ): output = _ ( "Welcome to my site." ) return HttpResponse ( output ) You could code this without usi ... mple is identical to the previous one: from django.http import HttpResponse from django.utils.translation ... output = gettext ( "Welcome to my site." ) return HttpResponse ( output ) 翻訳は、計算済みの値に適用されま ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 5245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 7 をサポートしません。Python のダウンロードページ <https://www.python.org/downloads/> や OS のパッケージ管 ... けることを援助できます。私たちの ソースコードの管理 <https://www.djangoproject.com/conduct/> を参照し、フォロ ... ードリポジトリをダウンロードします:   $ git clone https://github.com/YourGitHubName/django.git ...\> git ... clone https://github.com/YourGitHubName/django.git 低帯域の回 ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be changed by a GET request, which is against the HTTP specification's recommendations. Code calling this ... from django.utils.translation import ugettext as _ HTTP request/response objects ¶ Dictionary access to Ht ... tpRequest ¶ HttpRequest objects no longer directly support dictiona ... h GET and POST data were directly available on the HttpRequest object (e.g., you could check for a piece o ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lkits add an X-Requested-With header when using XMLHttpRequest. Browsers have strict same-origin policies ... regarding XMLHttpRequest. In the context of a browser, the only way ... stom header of this nature can be added is with XMLHttpRequest. Therefore, for ease of use, we did not app ... ects which can allow an attacker to provide custom HTTP headers on a request to any website. This can allo ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 5188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t version. To install Python on your machine go to https://www.python.org/downloads/ . The website should ... ration in the command prompt as follows: ...\> set http_proxy = http://username:password@proxyserver:proxy ... port ...\> set https_proxy = https://username:password@proxyserver:pro ...
https://man.plustar.jp/django/howto/windows.html - [similar]