Commit 068dcbdd authored by Timo Graham's avatar Timo Graham
Browse files

Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 72793766
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::