diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-11 15:04:25 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-11 15:04:25 +0000 |
| commit | 9af06cbb632bc291db346ee778f83159a811803e (patch) | |
| tree | 4298167e02c8a980d2265ef4d5609ba4f014f7bb /docs/intro/tutorial01.txt | |
| parent | 82f2daaf451874a37ee3e5aa5bfd806a4a130ef5 (diff) | |
Fixed #14863 - Add contrib.messages and staticfiles to list of default INSTALLED_APPS in tutorial. thanks tgm for report and adamv for patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 6418cd9fbb..b6cbebfc36 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, |
