Ticket #13927: ubuntu_tutorial_note.diff

File ubuntu_tutorial_note.diff, 756 bytes (added by Dougal Matthews, 14 years ago)

I have added a note to the tutorial that indicates the name change.

  • docs/intro/tutorial01.txt

    diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
    index c38fa7d..9603f99 100644
    a b From the command line, ``cd`` into a directory where you'd like to store your  
    4141code, then run the command ``django-admin.py startproject mysite``. This will
    4242create a ``mysite`` directory in your current directory.
    4343
     44.. note:: Ubuntu django-admin.py script name
     45
     46        If you have installed Django from the Ubuntu package manager (e.g. apt-get)
     47        ``django-admin.py`` has been renamed to ``django-admin``. Continue by
     48        omitting ``.py`` on each occurrence.
     49
    4450.. admonition:: Mac OS X permissions
    4551
    4652   If you're using Mac OS X, you may see the message "permission denied" when
Back to Top