検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 78 for email (0.109 sec.)
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 力しEnterを押してください。 Username: admin 希望するemailアドレスを入力するよう促されます: Email address: adm ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le , link , description , language = None , author_email = None , author_name = None , author_link = None , ... gs. add_item ( title , link , description , author_email = None , author_name = None , author_link = None , ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Signals — Django 4.0.6 ドキュメント 5978
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... problematic (such as when using signals to send an email whenever a model is saved), pass a unique identifi ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... admin interface. Cc ¶ You may add your username or email address to this field to be notified when new cont ... cedes the decision to close a ticket. Always use the mailing list to get a consensus before reopening ticke ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リーの検索が可能となります: search_fields = [ 'user__email' ] 検索ボックスで検索が行われるとき、Django は検索 ... ar to what's used in QuerySet.filter() (e.g. user__email=user@example.com ). Since the lookups in the query ... n a lookup path from the query string (e.g. 'user__email' ) and the corresponding value (e.g. 'user@example ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... generated as the result of template rendering (and email). Django will always assume UTF-8 encoding for int ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... compiled regular expressions. Django won't send an email for 404 errors on URLs that match any of them. Fur ... logging support in Django in 1.3, the admin error email support was moved into the django.utils.log.AdminE ... rder to maintain the established behavior of error emails, the 'django.request' logger was called only when ... separate filter attached to django.utils.log.AdminEmailHandler to prevent admin error emails in DEBUG mode ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = [ 'www.example.com' ] DEBUG = False DEFAULT_FROM_EMAIL = 'webmaster@example.com' 注釈 もし DEBUG を False ...
https://man.plustar.jp/django/topics/settings.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... https://www.example.com/ author = Your Name author_email = yourname@example.com license = BSD-3-Clause # Ex ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use a function: def contact_default (): return { "email" : "to1@example.com" } contact_info = JSONField ( ... ンス上の演算を比較することは期待通りに機能しません。 EmailField ¶ class EmailField ( max_length = 254 , ** op ... A CharField that checks that the value is a valid email address using EmailValidator . FileField ¶ class F ... DateField DateTimeField DecimalField DurationField EmailField FileField FileField と FieldFile FilePathFiel ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT