From 06bad9e37ef736068e58cb51535e387fb890cdcf Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Sun, 10 Oct 2010 06:06:38 +0000 Subject: [PATCH] Fixed #13927 -- 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14108 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/tutorial01.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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