summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-10 06:07:25 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-10 06:07:25 +0000
commit7de577093c0c510926c0ee4bf6b1452c250f3441 (patch)
tree6cb6937484da1d2cd590cb7ba1f7151b44713dc5 /docs
parent4d70df8b7830d32dd06728a12a39df14e07e42be (diff)
[1.2.X] Advises that the Ubuntu package manager drops the .py extension from django-admin.py. Thanks to islands for the report and d0ugal for the patch.
Backport of [14108] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial01.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index a68afea83d..1ecfa109eb 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -39,6 +39,12 @@ From the command line, ``cd`` into a directory where you'd like to store your
code, then run the command ``django-admin.py startproject mysite``. This will
create a ``mysite`` directory in your current directory.
+.. admonition:: Script name differs on Ubuntu
+
+ If you installed Django using the Ubuntu package manager (e.g. apt-get)
+ ``django-admin.py`` has been renamed to ``django-admin``. You may continue
+ through through this documentation by omitting ``.py`` from each command.
+
.. admonition:: Mac OS X permissions
If you're using Mac OS X, you may see the message "permission denied" when