Changes between Initial Version and Version 7 of Ticket #5626


Ignore:
Timestamp:
10/19/07 15:45:41 (15 years ago)
Author:
Matt Boersma
Comment:

This was really two bugs if we're being pedantic, so I fixed the "Max OS X" typo separately and changed the description to focus on the "chmod +x which django-admin.py" issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5626

    • Property Status changed from new to assigned
    • Property Summary changed from Mac OSX Permissions, command could be more succinct. to Mac OS X permissions command could be more succinct.
    • Property Owner changed from nobody to Matt Boersma
    • Property Keywords Mac OS X added
    • Property Has patch set
    • Property Triage Stage changed from Unreviewed to Design decision needed
  • Ticket #5626 – Description

    initial v7  
    1 In the ''Mac OSX Permissions'' box (at the top of [http://www.djangoproject.com/documentation/tutorial01/#creating-a-project Creating a Project], currently misspelled as "Max OSX"), there is some text suggesting a possible permissions solution:
     1In the ''Mac OSX Permissions'' box (at the top of [http://www.djangoproject.com/documentation/tutorial01/#creating-a-project Creating a Project]), there is some text suggesting a possible permissions solution:
    22
    33||... To do this, open Terminal.app and navigate (using the `cd` command) to the directory where `django-admin.py` is installed, then run the command `chmod +x django-admin.py`.||
Back to Top