検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 208 for database (0.103 sec.)
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... module — for instance, you want to support another database engine — we'll probably suggest that you develop i ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontrib.postgres 次のトピックへ PostgreSQL specific database constraints 関連キーワード default , None , filter ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Django API for building the WHERE clause of a database query. To learn how to use lookups, see クエリを作 ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 属性 Page class メソッド 属性 例外 前のトピックへ Database Functions 次のトピックへ リクエストとレスポンスのオ ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a User object that has already been saved # to the database. You can continue to change its attributes # if yo ... er_id ) # Permission cache is repopulated from the database user . has_perm ( 'myapp.change_blogpost' ) # True ... are not displayed in the admin (nor stored in the database), but the password storage details are displayed. ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
モデル — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 必要があります。 For example, if you were building a database of "places", you would build pretty standard stuff ... such as address, phone number, etc. in the database. Then, if you wanted to build a database of restau ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4471
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e file is saved as part of saving the model in the database, so the actual file name used on disk cannot be re ...
https://man.plustar.jp/django/topics/files.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... threadsafe (for example, code which handles SQLite database connections). If the outermost program is async (i ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 4439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er includes sites , and there are no sites in your database, it won't display a "Site" filter. In that case, f ...
https://man.plustar.jp/django/faq/admin.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 4439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... らのコネクションだけを受け入れるようにしてください。 DATABASES ¶ データベースの接続パラメータは、開発環境と本番環 ... g cached sessions to improve performance. If using database-backed sessions, regularly clear old sessions to a ... _KEY DEBUG 環境に合わせた設定 ALLOWED_HOSTS CACHES DATABASES EMAIL_BACKEND と関連する設定 STATIC_ROOT と STATI ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]