Changeset 6743 for django/trunk/docs/tutorial01.txt
- Timestamp:
- 11/29/07 12:15:38 (1 year ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r6535 r6743 48 48 is because, on Unix-based systems like OS X, a file must be marked 49 49 as "executable" before it can be run as a program. To do this, open 50 Terminal.app and navigate (using the ` cd` command) to the directory50 Terminal.app and navigate (using the ``cd`` command) to the directory 51 51 where ``django-admin.py`` is installed, then run the command 52 52 ``chmod +x django-admin.py``.
