diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 6418cd9fbb..560070b59b 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -225,6 +225,8 @@ come with Django: * :mod:`django.contrib.sites` -- A framework for managing multiple sites with one Django installation. + * :mod:`django.contrib.messages` -- A messaging framework. + These applications are included by default as a convenience for the common case. Each of these applications makes use of at least one database table, though, |
