On Fri, Apr 13, 2012 at 8:30 AM, Carl Meyer <c...@oddbird.net> wrote:

> Hi Alex,
>
> On 04/12/2012 04:23 PM, Alex Ogier wrote:
> > On Apr 12, 2012 6:16 PM, "Carl Meyer" <c...@oddbird.net
> > <mailto:c...@oddbird.net>> wrote:
>
[...]

>  I still think the right solution is to encourage (via the documentation)
> installation practices that work reliably, not to try to apply piecemeal
> workarounds to specific breakages caused by installation practices that
> don't work reliably (and still won't after the piecemeal workaround).


Please add a note how to detect Django version and path:

>>> import django
>>> django.VERSION
(1, 3, 0, 'final', 0)
>>> django.__file__
'/home/lucianopacheco/src/tmp_py/local/lib/python2.7/site-packages/django/__init__.pyc'


So, it will be much more clear to people not familiar with python
installation structure to understand what "site-packages" means.

[],
-- 
Luciano Pacheco
blog.lucmult.com.br

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to