検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 45 for production (0.043 sec.)
Django のインストール方法 — Django 4.0.6 ドキュメント 8176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... る必要はありません。 If you want to use Django on a production site, use Apache with mod_wsgi . mod_wsgi operates ... project or something you don't plan to deploy in a production environment, SQLite is generally the best option a ... p with the same database that you plan on using in production. 公式にサポートされているデータベースの他に、サード ...
https://man.plustar.jp/django/topics/install.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 7870
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... するテスト (すなわち、モデルテスト) には、"実際の" (production) 環境のデータベースは使用しません。代わりに、テスト ... e database between threads. Finding data from your production database when running tests? If your code attempts ... y in module-level code and a real database exists, production data could pollute your tests. It is a bad idea to ... he cache of a live system if you run your tests in production because, unlike databases, a separate "test cache" ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 7732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 信 ¶ The basic outline of putting static files into production consists of two steps: run the collectstatic comma ... eployment tasks, the devil's in the details. Every production setup will be a bit different, so you'll need to a ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elopment settings module may not have many of your production settings, you will probably want to point the chec ... tion: django - admin check -- deploy -- settings = production_settings Or you could run it directly on a product ... I_APPLICATION setting. DO NOT USE THIS SERVER IN A PRODUCTION SETTING. It has not gone through security audits o ... s, so improving this server to be able to handle a production environment is outside the scope of Django.) The d ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 7732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ectory you give it. (This view is not hardened for production use and should be used only as a development aid; ... you should serve these files in production using a real front-end web server). The most likel ...
https://man.plustar.jp/django/ref/views.html - [similar]
設定 — Django 4.0.6 ドキュメント 7579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... turns on/off debug mode. Never deploy a site into production with DEBUG turned on. One of the main features of ... e debugging, but it'll rapidly consume memory on a production server. Finally, if DEBUG is False , you also need ... ookie. Be cautious when updating this setting on a production site. If you update this setting to enable cross-d ... ookie. Be cautious when updating this setting on a production site. If you update this setting to use a deeper p ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7579
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -efficient, so it's probably not a good choice for production environments. It's nice for development. ダミーキャ ... thout doing anything. This is useful if you have a production site that uses heavy-duty caching in various place ... a cache instance between servers, or between your production and development environments, it's possible for da ... e key warnings ¶ Memcached, the most commonly-used production cache backend, does not allow cache keys longer th ...
https://man.plustar.jp/django/topics/cache.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 7441
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rapidly, without having to deal with configuring a production server -- such as Apache -- until you're ready for ... production. Now's a good time to note: don't use this server ... in anything resembling a production environment. It's intended only for use while deve ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 7288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g . Finally, before you deploy your application to production, you should run through our deployment checklist t ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
Django 1.10.7 release notes — Django 4.0.6 ドキュメント 7288
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ways carried a warning that it is not hardened for production use and should be used only as a development aid. ...
https://man.plustar.jp/django/releases/1.10.7.html - [similar]
PREV 1 2 3 4 5 NEXT