Skip to content

Commit

Permalink
[1.2.X] Advises that the Ubuntu package manager drops the .py extensi…
Browse files Browse the repository at this point in the history
…on 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
  • Loading branch information
Gabriel Hurley committed Oct 10, 2010
1 parent 4d70df8 commit 7de5770
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/intro/tutorial01.txt
Expand Up @@ -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
Expand Down

0 comments on commit 7de5770

Please sign in to comment.