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
This commit is contained in:
Timo Graham 2010-12-11 15:04:25 +00:00
parent 82f2daaf45
commit 9af06cbb63
1 changed files with 5 additions and 0 deletions

View File

@ -225,6 +225,11 @@ come with Django:
* :mod:`django.contrib.sites` -- A framework for managing multiple sites * :mod:`django.contrib.sites` -- A framework for managing multiple sites
with one Django installation. 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. 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, Each of these applications makes use of at least one database table, though,