検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 216 for contrib (0.090 sec.)
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tgreSQL specific indexes available from the django.contrib.postgres.indexes module. BloomIndex ¶ class BloomI ... ue constraints. To use it, you need to add 'django.contrib.postgres' in your INSTALLED_APPS . Set the name pa ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in infinite migrations ( #23452 ). Fixed crash in contrib.sitemaps if lastmod returned a date rather than a ... _label s that have the same last part (e.g. django.contrib.auth and vendor.auth ) ( #23483 ). Restored the ab ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to override templates ¶ プロジェクトでは、 django.contrib.admin のような contrib アプリケーションやサードパー ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... themselves, see the next section: >>> from django.contrib.gis.gdal import DataSource >>> ds = DataSource ( ' ... ems and coordinate transformation: >>> from django.contrib.gis.gdal import OGRGeometry >>> polygon = OGRGeome ... metry type in any of several ways: >>> from django.contrib.gis.gdal import OGRGeomType >>> gt1 = OGRGeomType ... see also the Sample Data section). >>> from django.contrib.gis.gdal import GDALRaster >>> rst = GDALRaster ( ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GeoDjango Utilities — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ous | up | next » GeoDjango Utilities ¶ The django.contrib.gis.utils module contains various utilities that a ...
https://man.plustar.jp/django/ref/contrib/gis/utils.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るようにしてください。 render() 、汎用ビューもしくは contrib アプリケーションを使う場合は、これら全て RequestCo ... ure_csrf_cookie() on the view that sends the page. Contrib and reusable apps ¶ Because it is possible for the ... off the CsrfViewMiddleware , all relevant views in contrib apps use the csrf_protect decorator to ensure the ... for one path Page uses AJAX without any HTML form Contrib and reusable apps 設定 Frequently Asked Questions ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 4734
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NotExist exception will be raised. >>> from django.contrib.auth.models import User # A field on the model >>> ... oreignKey ) that start with a "+". >>> from django.contrib.auth.models import User >>> User . _meta . get_fie ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 4703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | next » How to deploy static files ¶ 参考 django.contrib.staticfiles の使い方の基本に関しては、 How to mana ... 定、コマンド、テンプレートタグなどの詳細と、 django.contrib.staticfiles に含まれているその他の機能については、 ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 4703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ectory of a Django release. If you'd like to start contributing to our docs, get the development version of D ... ic markup you can add the better. So: Add ``django.contrib.auth`` to your ``INSTALLED_APPS``... Isn't nearly ... as helpful as: Add :mod:`django.contrib.auth` to your :setting:`INSTALLED_APPS`... This is ... only the "last bit" of that path. So :mod:`~django.contrib.auth` will display a link with the title "auth". U ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Deploying GeoDjango — Django 4.0.6 ドキュメント 4703
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ックへ Testing GeoDjango apps 次のトピックへ django.contrib.humanize 関連キーワード Deploying , Geo , GeoDjang ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]