mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Renamed "Mac OS X" to "macOS" in docs.
This commit is contained in:
parent
9f2e8b5bb7
commit
5e8625ba64
11 changed files with 41 additions and 44 deletions
|
@ -24,12 +24,12 @@ If ``django-admin`` doesn't work but ``django-admin.py`` does, you're probably
|
|||
using a version of Django that doesn't match the version of this documentation.
|
||||
``django-admin`` is new in Django 1.7.
|
||||
|
||||
Mac OS X permissions
|
||||
--------------------
|
||||
macOS permissions
|
||||
-----------------
|
||||
|
||||
If you're using Mac OS X, you may see the message "permission denied" when
|
||||
If you're using macOS, you may see the message "permission denied" when
|
||||
you try to run ``django-admin``. This is because, on Unix-based systems like
|
||||
OS X, a file must be marked as "executable" before it can be run as a program.
|
||||
macOS, a file must be marked as "executable" before it 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 </ref/django-admin>` is installed, then
|
||||
run the command ``sudo chmod +x django-admin``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue