Re: [Django] #11343: Typo on the page "How to use Django with Apache and mod_wsgi" in dev documentation

2009-06-18 Thread Django
#11343: Typo on the page "How to use Django with Apache and mod_wsgi" in dev
documentation
+---
  Reporter:  achew22| Owner:  nobody 
Status:  closed | Milestone:  1.1
 Component:  Documentation  |   Version:  SVN
Resolution:  duplicate  |  Keywords:  Documentation, typo
 Stage:  Unreviewed | Has_patch:  0  
Needs_docs:  0  |   Needs_tests:  0  
Needs_better_patch:  0  |  
+---
Changes (by kmtracey):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 Closing in favor of #11344 which reports the same thing more clearly and
 also has another comment on the same section.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11343: Typo on the page "How to use Django with Apache and mod_wsgi" in dev documentation

2009-06-18 Thread Django
#11343: Typo on the page "How to use Django with Apache and mod_wsgi" in dev
documentation
+---
  Reporter:  achew22| Owner:  nobody 
Status:  new| Milestone:  1.1
 Component:  Documentation  |   Version:  SVN
Resolution: |  Keywords:  Documentation, typo
 Stage:  Unreviewed | Has_patch:  0  
Needs_docs:  0  |   Needs_tests:  0  
Needs_better_patch:  0  |  
+---
Changes (by kmtracey):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 What Python error?  A line containing
 `sys.path.append('/your/project/path')` isn't dependent on coming after an
 import of `django.core.handlers.wsgi`.  Or did you read that sentence as
 saying to put the `sys.path.append` above the first import?  I suppose
 that could be clarified.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11343: Typo on the page "How to use Django with Apache and mod_wsgi" in dev documentation

2009-06-18 Thread Django
#11343: Typo on the page "How to use Django with Apache and mod_wsgi" in dev
documentation
-+--
 Reporter:  achew22  |   Owner:  nobody
   Status:  new  |   Milestone:  1.1   
Component:  Documentation| Version:  SVN   
 Keywords:  Documentation, typo  |   Stage:  Unreviewed
Has_patch:  0|  
-+--
 If you read the dev docs on WSGI
 (http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/#basic-
 configuration) it says "just '''above''' the import line to place your
 project on the path". That will cause a python error, I think the line
 should be something like "just '''below''' the import line to place your
 project on the path"

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---