Ticket #14863: new-default-apps.txt

File new-default-apps.txt, 637 bytes (added by Adam Vandenberg, 13 years ago)

Updated the list in tutorial part 1.

Line 
1diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
2index 6418cd9..b6cbebf 100644
3--- a/docs/intro/tutorial01.txt
4+++ b/docs/intro/tutorial01.txt
5@@ -225,6 +225,11 @@ come with Django:
6 * :mod:`django.contrib.sites` -- A framework for managing multiple sites
7 with one Django installation.
8
9+ * :mod:`django.contrib.messages` -- A messaging framework.
10+
11+ * :mod:`django.contrib.staticfiles` -- A framework for managing
12+ static files.
13+
14 These applications are included by default as a convenience for the common case.
15
16 Each of these applications makes use of at least one database table, though,
Back to Top