Changes between Initial Version and Version 7 of Ticket #5626


Ignore:
Timestamp:
Oct 19, 2007, 10:45:41 AM (17 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 Has patch set
    • Property Keywords Mac OS X added
    • Property Owner changed from nobody to Matt Boersma
    • Property Triage Stage UnreviewedDesign decision needed
    • Property Status newassigned
    • Property Summary Mac OSX Permissions, command could be more succinct.Mac OS X permissions command could be more succinct.
  • 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