Commit 79248a7e authored by Timo Graham's avatar Timo Graham
Browse files

[1.3.X] Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.

Backport of r17318 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 7bee6b45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ This will create a ``mysite`` directory in your current directory.
   can be run as a program. To do this, open Terminal.app and navigate (using
   the ``cd`` command) to the directory where :doc:`django-admin.py
   </ref/django-admin>` is installed, then run the command
   ``chmod +x django-admin.py``.
   ``sudo chmod +x django-admin.py``.

.. note::