Changeset 6251
- Timestamp:
- 09/14/07 20:02:45 (1 year ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r6224 r6251 47 47 denied" when you try to run ``django-admin.py startproject``. This 48 48 is because, on Unix-based systems like OS X, a file must be marked 49 as "ex ceutable" before it can be run as a program. To do this, open49 as "executable" before it can be run as a program. To do this, open 50 50 Terminal.app and navigate (using the `cd` command) to the directory 51 51 where ``django-admin.py`` is installed, then run the command
