検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 42 for serve (0.068 sec.)
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 8190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s を使用する場合には、 DEBUG を True に設定して runserver を実行すれば、自動的に設定が行われます。(詳しくは ... 、 django.contrib.staticfiles.views.serve() を参照) ただし、この方法は 極めて非効率 であり、 ... icfiles を利用する場合、 DEBUG が True であれば runserver は自動的にこの処理を行います。もし INSTALLED_APPS ... les が存在しない場合は、手動で django.views.static.serve() ビューを用いて静的ファイルを取り扱わなければなり ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 8190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... specify) into a single location that can easily be served in production. 参考 For an introduction to the st ... e/polls.com/core/static /some/other/path/static runserver ¶ django-admin runserver [addrport] Overrides the ... core runserver command if the staticfiles app is installed and a ... APPS setting. Example usage:   $ django-admin runserver --nostatic ...\> django-admin runserver --nostati ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 7788
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e role of Merger: A person must not simultaneously serve as a member of the technical board. If a Merger is ... up membership in the technical board. A person may serve in the roles of Releaser and Merger simultaneously ... ake the role of Releaser sustainable. A person may serve in the roles of Releaser and Merger simultaneously ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 7695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mod_wsgi installed and activated, edit your Apache server's httpd.conf file and add the following. WSGIScri ... 照してください。 ファイルを配信する ¶ Django doesn't serve files itself; it leaves that job to whichever web ... rver you choose. We recommend using a separate web server -- i.e., one that's not also running Django -- fo ... iles is in INSTALLED_APPS , the Django development server automatically serves the static files of the admi ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Django 1.4.19 release notes — Django 4.0.6 ドキュメント 7494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e 1.4.18 security release, the django.views.static.serve() function was altered to stream the files it serv ... stream prematurely and prevented files from being served properly ( #24158 ). 目次 Django 1.4.19 release n ...
https://man.plustar.jp/django/releases/1.4.19.html - [similar]
Django 1.7.4 release notes — Django 4.0.6 ドキュメント 7385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d to a ForeignKey ( #24163 ). Prevented the static.serve view from producing ResourceWarning s in certain c ...
https://man.plustar.jp/django/releases/1.7.4.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 7385
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be easier or more secure to configure the main web server to do the redirect to HTTPS. '安全な' クッキーを使 ... BDOMAINS , and SECURE_HSTS_PRELOAD , or on the web server. Host ヘッダーの検証 ¶ Djangoはいくつかのケースで ... そのように設定されたとしても、あなたのDjangoサイトが ServerName に設定された非デフォルトの仮想ホストを扱うよう ... y advised that you limit these uploads in your web server configuration to a reasonable size in order to pr ...
https://man.plustar.jp/django/topics/security.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 7076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cts ( #27026 ). Fixed crash of django.views.static.serve() with show_indexes enabled ( #26973 ). Fixed Clea ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 7076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Open redirect vulnerability in django.views.static.serve() . Full description 影響を受けるバージョン ¶ Djan ... nial-of-service attack against django.views.static.serve() . Full description 影響を受けるバージョン ¶ Djan ... CVE-2014-1418 ¶ Caches may be allowed to store and serve private data. Full description 影響を受けるバージョ ... CVE-2009-2659 ¶ Directory-traversal in development server media handler. Full description 影響を受けるバージ ...
https://man.plustar.jp/django/releases/security.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 6983
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 2.2 and mod_wsgi >= 2.0. For example, you could: Serve static/media files directly from Apache only to au ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
PREV 1 2 3 4 5 NEXT