検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 158 for custom (0.083 sec.)
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... place the use of inlines in read-only parents with custom forms and views that explicitly implement the desi ... ss possibility in the admin changelist view when a custom formset's prefix contains regular expression speci ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efault file storage system, and see How to write a custom storage class for information on writing your own ... stems directly. You can create an instance of some custom file storage class, or -- often more useful -- you ... : ... photo = models . ImageField ( storage = fs ) Custom storage systems work the same way: you can pass th ...
https://man.plustar.jp/django/topics/files.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aps' : sitemaps }, name = 'sitemaps' ), ] Template customization ¶ If you wish to use a different template f ... trib.sitemaps import views urlpatterns = [ path ( 'custom-sitemap.xml' , views . index , { 'sitemaps' : site ... maps , 'template_name' : 'custom_sitemap.html' }, name = 'django.contrib.sitemaps.v ... iews.index' ), path ( 'custom-sitemap-<section>.xml' , views . sitemap , { 'site ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tic --help ...\> py manage.py collectstatic --help Customizing the ignored pattern list ¶ The default ignore ... d pattern list, ['CVS', '.*', '*~'] , can be customized in a more persistent way than providing the -- ... option at each collectstatic invocation. Provide a custom AppConfig class, override the ignore_patterns attr ... ticFilesConfig ): ignore_patterns = [ ... ] # your custom ignore list findstatic ¶ django-admin findstatic s ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... self.template_name . Widget subclasses can provide custom context values by overriding this method. id_for_l ... ' You may provide a dictionary in order to specify custom suffixes for the name attribute on each subwidget. ... ていることを覚えておいてください。 It provides some custom context: get_context ( name , value , attrs ) ¶ In ... ing elements, the select boxes will have their own custom label. The labels should be in this order ('year_l ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PTION_REPORTER_FILTER for the current request. See Custom error reports for details. HttpRequest. exception_ ... LT_EXCEPTION_REPORTER for the current request. See Custom error reports for details. ミドルウェアが設定する属 ... HttpResponse but uses a 500 status code. 注釈 If a custom subclass of HttpResponse implements a render metho ... method must itself return a valid response object. Custom response classes ¶ If you find yourself needing a ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a segment of a URL path as with str . Registering custom path converters ¶ For more complex matching requir ... ( self , value ): return ' %04d ' % value Register custom converter classes in your URLconf using register_c ... lues should suffice for most projects, but further customization is possible by overriding their default val ... ues. See the documentation on customizing error views for the full details. Such values ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Signals — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... each signal. You can also define and send your own custom signals ; see below. Listening to signals ¶ To rec ... structure and provide its own signals. When to use custom signals Signals are implicit function calls which ... bugging harder. If the sender and receiver of your custom signal are both within your project, you're better ...
https://man.plustar.jp/django/topics/signals.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 5564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules « previous | up | next » How to create custom django-admin commands ¶ manage.py を用いることで独 ... nd. It accepts the optional returncode argument to customize the exit status for the management command to e ... するかどうかは実装に依存します。 目次 How to create custom django-admin commands 省略可能な引数を受け入れる 管 ... ate using REMOTE_USER 次のトピックへ How to create custom model fields 関連キーワード コマンド , 管理 , 利用 ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 5564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... types before querying. Additionally, developers of custom model fields are now warned via documentation to e ... nsure their custom field classes will perform appropriate type conver ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT