検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 63 for store (0.067 sec.)
タイムゾーン — Django 4.0.6 ドキュメント 6481
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in only one time zone, it's still good practice to store data in UTC in your database. The main reason is d ... e zones ask users in which time zone they live and store this information in the user's profile. For anonym ... データベース ¶ PostgreSQL ¶ The PostgreSQL backend stores datetimes as timestamp with time zone . In practi ... zone support is enabled, the database layer expects to receive only aware datetimes from your code. This w ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fficient for site producers, and it's redundant to store multiple copies of the same story in the database. ... g the current Site object ¶ As the current site is stored in the database, each call to Site.objects.get_cu ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ieving and deleting data in the cache. All data is stored directly in memory, so there's no overhead of dat ... ing has a disadvantage: because the cached data is stored in memory, the data will be lost if your server c ... のキャッシュ ¶ The file-based backend serializes and stores each cache value as a separate file. To use this ... LOCATION to a suitable directory. For example, to store cached data in /var/tmp/django_cache , use this se ...
https://man.plustar.jp/django/topics/cache.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . from_queryset ( CustomQuerySet )() You may also store the generated class into a variable: MyManager = C ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts parser . add_argument ( '--delete' , action = 'store_true' , help = 'Delete poll instead of closing it' ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onfig [ソース] ¶ Application configuration objects store metadata for an application. Some attributes can b ...
https://man.plustar.jp/django/ref/applications.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 内の BaseStorage クラスをサブクラス化して、 _get と _store メソッドを実装してください。 メッセージレベル ¶ メ ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nifestStaticFilesStorage uses this behind the scenes to replace the paths with their hashed counterparts an ... ss of the StaticFilesStorage storage backend which stores the file names it handles by appending the MD5 ha ... ite during runtime, staticfiles will automatically store the mapping with hashed names for all processed fi ... used when creating the hashed name of a file. Needs to return a hash for the given file name and content. ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s users which don't have a session. If you wish to store the CSRF token in the user's session, use the CSRF ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons ¶ class AlterModelOptions ( name , options ) ¶ Stores changes to miscellaneous model options (settings ... instantiated with arguments in migration # files. Store the values of them on self for later use. pass def ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT