Updated tutorial INSTALLED_APPS section (removed contrib.sites)

This commit is contained in:
Claude Paroz 2013-04-20 11:30:00 +02:00
parent 714161c864
commit 3be8165b62
1 changed files with 1 additions and 4 deletions

View File

@ -242,9 +242,6 @@ come with Django:
* :mod:`django.contrib.sessions` -- A session framework.
* :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
@ -252,7 +249,7 @@ come with Django:
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,
Some of these applications makes use of at least one database table, though,
so we need to create the tables in the database before we can use them. To do
that, run the following command: