Skip to content

Commit 409d0dc

Browse files
committed
new container resource
1 parent 00de500 commit 409d0dc

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/pages/05-deployment/35-containers.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ useful.
8383
eventually plan to use Docker, Kubernetes or other container tools and
8484
orchestration layer.
8585

86+
* [Datadog's 2020 Container Report](https://www.datadoghq.com/container-report/)
87+
contains some interesting statistics about container usage across
88+
their customer base, such as [Kubernetes](/kubernetes.html) adoption
89+
and container deployments by cloud platform.
90+
8691
* [mocker](https://github.com/tonybaloney/mocker) is a Docker imitation
8792
open source project written in all Python which is intended for learning
8893
purposes.

content/pages/examples/django/django-extensions-plug-ins.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,18 @@ Code from django-angular is shown on:
7575
* [django.utils.html format_html](/django-utils-html-format-html-examples.html)
7676
* [django.urls.exceptions NoReverseMatch](/django-urls-exceptions-noreversematch-examples.html)
7777

78+
### django-appmail
79+
[Django-Appmail](https://github.com/yunojuno/django-appmail)
80+
([PyPI package information](https://pypi.org/project/django-appmail/))
81+
is a [Django](/django.html) app for handling transactional email templates.
82+
While the project began development as a way to work with the Mandrill
83+
transactional [API](/application-programming-interfaces.html), it is
84+
not exclusive to that API. The project simply provides a way to store
85+
and render email content. The library does not send or receive emails.
86+
87+
Django-Appmail is open sourced under the
88+
[MIT license](https://github.com/yunojuno/django-appmail/blob/master/LICENSE).
89+
7890

7991
### django-axes
8092
[django-axes](https://github.com/jazzband/django-axes/)

0 commit comments

Comments
 (0)