検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 58 for send (0.032 sec.)
The "sites" framework — Django 4.0.6 ドキュメント 7435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... port get_current_site from django.core.mail import send_mail def register_for_newsletter ( request ): # Ch ... # ... current_site = get_current_site ( request ) send_mail ( 'Thanks for subscribing to %s alerts' % cur ... plate system like so: from django.core.mail import send_mail from django.template import loader def regist ... et_template ( 'alerts/message.txt' ) . render ({}) send_mail ( subject , message , 'editor@ljworld.com' , ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecify some default headers. For example, this will send a User-Agent HTTP header in each request: >>> c = ... }, ... HTTP_ACCEPT = 'application/json' ) ...will send the HTTP header HTTP_ACCEPT to the details view, w ... nd_element_by_name ( "username" ) username_input . send_keys ( 'myuser' ) password_input = self . selenium ... nd_element_by_name ( "password" ) password_input . send_keys ( 'secret' ) self . selenium . find_element_b ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 7362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orms . CharField ( widget = forms . Textarea ) def send_email ( self ): # send email using the self.cleane ... POSTed. # It should return an HttpResponse. form . send_email () return super () . form_valid ( form ) メモ ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 7362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us | up | next » 条件付きビュー ¶ HTTP clients can send a number of headers to tell the server about copie ... ng a web page (using an HTTP GET request) to avoid sending all the data for something the client has alrea ... LETE , etc.). For each page (response) that Django sends back from a view, it might provide two HTTP heade ... e client next requests the same resource, it might send along a header such as either If-modified-since or ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7186
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now calls django.contrib.auth.logout() which will send the user_logged_out() signal. Authentication views ... ss of the CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting. SEND_BROKEN_LINK_EMAILS setting ¶ CommonMiddleware used ... vide basic reporting of broken links by email when SEND_BROKEN_LINK_EMAILS is set to True . Because of int ... are' to your MIDDLEWARE_CLASSES setting and remove SEND_BROKEN_LINK_EMAILS from your settings. _has_change ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 7186
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 低レベルの API を利用する メールを送信する 簡単な例 send_mail() send_mass_mail() mail_admins() mail_manager ... S_MODULE Signals Listening to signals Defining and sending signals Disconnecting signals システムチェックフ ...
https://man.plustar.jp/django/topics/index.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 7128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango.request" ) # Default logging for Django. This sends an email to the site admins on every # HTTP 500 e ... ck_html () if self . include_html else None self . send_mail ( subject , message , fail_silently = True , ... html_message = html_message ) [ドキュメント] def send_mail ( self , subject , message , * args , ** kwar ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 7128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... min on djangoproject.com . Post the blog entry and send out the email announcements. Update version number ... the actual release: If this is a security release, send out pre-notification one week before the release. ... uncement blog post. If this is a security release, send a separate email to oss-security @ lists . openwal ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... When you think your work is ready to be reviewed, send a GitHub pull request . Please review the patch yo ... ing our patch review checklist first. If you can't send a pull request for some reason, you can also use p ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 7069
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ken' : csrftoken }, mode : 'same-origin' // Do not send CSRF token to another domain. } ); fetch ( request ... ger rejects requests. In every other respect (e.g. sending cookies etc.), they behave the same. If, for so ... _cookie ( view ) ¶ This decorator forces a view to send the CSRF cookie. Scenarios ¶ CSRF protection shoul ... olution: use ensure_csrf_cookie() on the view that sends the page. Contrib and reusable apps ¶ Because it ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
PREV 1 2 3 4 5 6 NEXT