File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
content/pages/examples/django Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,14 @@ class is contained with the
1515module within the [ Django project] ( /django.html ) code base.
1616
1717
18- ## EmailMessage Example 1 from django-emailmessagetemplate
19-
18+ ## Example 1 from django-emailmessagetemplate
19+ [ django-emailmessagetemplates] ( https://github.com/mcoconnor/django-emailmessagetemplates )
20+ is a code library that makes it easier to add functionality for end users to
21+ customize email templates in a [ Django] ( /django.html ) application. The code
22+ is available under the
23+ [ BSD 3-Clause "New" or "Revised" License] ( https://github.com/mcoconnor/django-emailmessagetemplates/blob/master/LICENSE ) .
24+
25+ [ ** django-emailmessagetemplates/emailmessagetemplates/utils.py** ] ( https://github.com/mcoconnor/django-emailmessagetemplates/blob/master/emailmessagetemplates/utils.py )
2026
2127``` python
2228import copy
Original file line number Diff line number Diff line change @@ -216,6 +216,8 @@ <h2><a href="/blog.html">Blog Post Tutorials</a></h2>
216216< h2 > Example Code</ h2 >
217217< h3 > Django examples</ h3 >
218218< h4 class ="bp "> < a href ="/django-conf-urls-url-examples.html "> django.conf.urls.url</ a > </ h4 >
219+ < h4 class ="bp "> < a href ="/django-contrib-admin-examples.html "> django.contrib.admin</ a > </ h4 >
220+ < h4 class ="bp "> < a href ="/django-core-mail-messages-emailmessage-examples.html "> django.core.mail.messages.EmailMessage</ a > </ h4 >
219221< h4 class ="bp "> < a href ="/django-db-models-signal-examples.html "> django.db.models.signal</ a > </ h4 >
220222< h4 class ="bp "> < a href ="/django-db-models-model-examples.html "> django.db.models.Model</ a > </ h4 >
221223< h4 class ="bp "> < a href ="/django-dispatch-dispatcher-signal-examples.html "> django.dispatch.dispatcher.Signal</ a > </ h4 >
You can’t perform that action at this time.
0 commit comments