Skip to content

Commit

Permalink
Fixed #14728 -- Broadened warning about django-admin.py missing .py s…
Browse files Browse the repository at this point in the history
…uffix to include more than just Ubuntu, since at least Fedora also does this. Thanks to giallu for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
carljm committed Nov 19, 2010
1 parent 49d8313 commit 261aee2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/intro/tutorial01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 261aee2

Please sign in to comment.