検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 312 for use (0.163 sec.)
How to create PDF files — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PDFs for different purposes -- say, for different users or different pieces of content. For example, Dja ... ngo was used at kusports.com to generate customized, printer-f ... る ¶ The ReportLab library is available on PyPI . A user guide (not coincidentally, a PDF file) is also av ... whatever program/plugin they've been configured to use for PDFs. You can provide an arbitrary filename pa ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he GeoIP object does not require any parameters to use the default settings. However, at the very least t ... sets. The following initialization keywords may be used to customize any of the defaults. Keyword Argumen ... the GeoIP2 object. GEOIP_COUNTRY ¶ The basename to use for the GeoIP country data file. Defaults to 'GeoL ... ite2-Country.mmdb' . GEOIP_CITY ¶ The basename to use for the GeoIP city data file. Defaults to 'GeoLite ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sts. For most extensions, this requires a database user with superuser privileges. If the Django database ... user doesn't have the appropriate privileges, you'll h ... the extension outside of Django migrations with a user that has them. In that case, connect to your Djan ... lls a PostgreSQL extension. For common extensions, use one of the more specific subclasses below. name ¶ ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
API Reference — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.urls utility functions django.urls functions for use in URLconfs django.conf.urls functions for use in ...
https://man.plustar.jp/django/ref/index.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s ¶ The classes documented below provide a way for users to use functions provided by the underlying data ... o. Functions are also expressions , so they can be used and combined with other expressions like aggregat ... eturning None >>> # The aggregate default argument uses Coalesce() under the hood. >>> aggregated = Autho ... t [<Author: John>, <Author: john>]> It can also be used when ordering, for example with PostgreSQL: >>> A ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample, you may want to change the template that is used, or put additional data into the context. Templat ... ateResponse. context_data ¶ The context data to be used when rendering the template. It must be a dict . ... g. If content_type is specified, then its value is used. Otherwise, 'text/html' is used. status レスポンス ... unsuccessful, the DEFAULT_CHARSET setting will be used. using The NAME of a template engine to use for l ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 2.1.3 リリースノート — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ession in Django 2.0 where test databases aren't reused with manage.py test --keepdb on MySQL ( #29827 ). ... Fixed a regression where cached foreign keys that use to_field were incorrectly cleared in Model.save() ... トピック , previous , up , next , Bugfixes , 作成 , use クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/2.1.3.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... urce that they have already seen. This is commonly used when retrieving a web page (using an HTTP GET req ... lready retrieved. However, the same headers can be used for all HTTP methods ( POST , PUT , DELETE , etc. ... d. When you need more fine-grained control you may use per-view conditional processing functions. conditi ... needed to construct the full view. Django can then use these functions to provide an "early bailout" opti ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Signals — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at some action has taken place. They're especially useful when many pieces of code may be interested in t ... Django provides a set of built-in signals that let user code get notified by Django itself of certain act ... ions. These include some useful notifications: django.db.models.signals.pre_sav ... jango will throw an error if you do so. That's because at any point arguments could get added to the sign ...
https://man.plustar.jp/django/topics/signals.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 4348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ody_encoding = Charset . QP # Default MIME type to use on attachments (if it is not explicitly given # an ... n = punycode ( domain ) parsed_address = Address ( username = localpart , domain = domain ) return format ... mixed_subtype = "mixed" encoding = None # None => use settings default def __init__ ( self , subject = " ... s ] if "date" not in header_names : # formatdate() uses stdlib methods to format the date, which use # th ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]