summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2005-07-21 19:19:01 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2005-07-21 19:19:01 +0000
commit8b58f8b3ae51910b4399209e729ffb9fee394f83 (patch)
treedc7bca078bac48ece3153bfd4082e212fc30e536 /docs/tutorial01.txt
parent18749c00602edeafd0b10da807ec55767fd6a6c8 (diff)
Fixed #141 -- thanks sdelatorre@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index b8b34ccc43..1f14cd4e80 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -74,7 +74,7 @@ or you can do it by altering the ``PYTHONPATH`` environment variable. See the
Run the following command::
- django-admin.py init --settings='myproject.settings.main'
+ django-admin.py init --settings=myproject.settings.main
The ``django-admin.py`` utility generally needs to know which settings module
you're using. Here, we're doing that by specifying ``settings=`` on the command