Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「ここをクリック」をハイパーリンクにして、クリックすると、たとえば 127.0.0.1 に移動したいと思います。
confirm_links = 'To confirm this order <a href= "127.0.0.1://confirmorder/" > click here </a> '
これは通常は機能すると思いますが、コードを電子メールで送信しています。
from django.core.mail import send_mail send_mail('Subject here', 'Here is the message.', 'from@example.com', ['to@example.com'], fail_silently=False)
また
このようなものが欲しいですか?
<a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">