diff options
| author | Carl Meyer <carl@oddbird.net> | 2010-11-19 14:57:50 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2010-11-19 14:57:50 +0000 |
| commit | 5ef3269b78cadd6ea6b909cec3027e2c1e739f1d (patch) | |
| tree | 3d212accb0d2724eac85e09062d95dc4df0e1d16 /docs | |
| parent | 4f2e9aed339472e6d665e7b5c34de8ec7b29bac4 (diff) | |
[1.2.X] Fixed #14728 -- Broadened warning about django-admin.py missing .py suffix to include more than just Ubuntu, since at least Fedora also does this. Thanks to giallu for the report.
Backport of r14621 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial01.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 62f798f799..6418cd9fbb 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -39,11 +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 +.. admonition:: Script name may differ in distribution packages - 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 this documentation by omitting ``.py`` from each command. + If you installed Django using a Linux distribution's package manager + (e.g. apt-get or yum) ``django-admin.py`` may have been renamed to + ``django-admin``. You may continue through this documentation by omitting + ``.py`` from each command. .. admonition:: Mac OS X permissions |
