summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-04-20 11:30:00 +0200
committerClaude Paroz <claude@2xlibre.net>2013-04-20 11:34:35 +0200
commit3be8165b6267bea021df6e6c4e758a4c877c961e (patch)
tree80ed6ca1f8d10d931e4401a231a7aa964dcbd083 /docs/intro
parent714161c8642646f1f617436479313ca49c71b5c8 (diff)
Updated tutorial INSTALLED_APPS section (removed contrib.sites)
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial01.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 7f69945300..55e85dcbe3 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -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: