diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 6418cd9..b6cbebf 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -225,6 +225,11 @@ come with Django:
     * :mod:`django.contrib.sites` -- A framework for managing multiple sites
       with one Django installation.
 
+    * :mod:`django.contrib.messages` -- A messaging framework.
+
+    * :mod:`django.contrib.staticfiles` -- A framework for managing
+      static files.
+
 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,
