検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 45 for production (0.008 sec.)
Django 1.8.18 リリースノート — 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.8.18.html - [similar]
Django 1.9.13 リリースノート — 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.9.13.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 7135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sed by any ASGI server either in development or in production. ASGI servers usually take the path to the applica ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 7135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use the original source database (i.e., the actual production database) to be dropped, causing catastrophic loss ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the classifier is set to Development Status :: 5 - Production/Stable . Tag the release using git tag . For examp ... json JSON fixture, so people without access to the production DB can still run an up-to-date copy of the docs si ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e test database configuration is separate from the production settings, manage.py test would still execute some ... queries against your production database! 注釈 In the usual initialization process ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s useful for adding or removing an index in a live production database. class AddIndexConcurrently ( model_name ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6997
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = models . CASCADE ) class Meta : abstract = True production/models.py ¶ from django.db import models from prod ... tractCar ): pass # Car.manufacturer will point to `production.Manufacturer` here. To refer to models defined in ... del above is defined in another application called production , you'd need to use: class Car ( models . Model ): ... manufacturer = models . ForeignKey ( 'production.Manufacturer' , on_delete = models . CASCADE , ) T ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 6844
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reference point for developers wanting to work on production-level applications that use Django. However, it's ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6844
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou can still use custom SQL to load data into your production database as part of the syncdb process. If you req ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
PREV 1 2 3 4 5 NEXT