#5626: Mac OSX Permissions, command could be more succinct.
---------------------------+------------------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody       
  Status:  new             |   Component:  Documentation
 Version:  SVN             |    Keywords:  terminal     
   Stage:  Unreviewed      |   Has_patch:  0            
---------------------------+------------------------------------------------
 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:

 ||... 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`.||

 This line could be made quicker and easier by replacing "and navigate...
 ." with "and run the command {{{chmod +x `which django-admin.py`}}}."
 This removes the work involved in locating the installation directory,
 making it a little less painless, and makes the fix a one-step process.
 It will also guarantee that the correct `django-admin.py` is modified.

 Possible problem: Backticks can be difficult to recognize in some fonts,
 but monospace fonts usually show them correctly.  The user will most
 likely copy and paste the command anyway, making this issue moot.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5626>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to