On Wed, Jun 26, 2013 at 2:19 PM, Sayth Renshaw <flebber.c...@gmail.com> wrote:
> Any thoughts?

First of all, there is no requirement to use either of those tools to
use django.

Its a curious complaint you have. You don't want to use the
documentation since it doesn't document something that you already
know about!

In reality, why should Django devote lots of space in it's manual to
the use of pip, the python installer, and virtualenv, the python
environment management tool.

You'll note that these aren't Django tools, they are stock utilities
that you would use with any python application. Django is not a
special python application, it is very much a standard python library
that you integrate in to your application. Because it is standard, the
documentation that pip and virtualenv supply themselves is more than
sufficient.

Having said all that, Django does devote some column space to virtualenv:

https://docs.djangoproject.com/en/1.5/intro/reusable-apps/#installing-python-packages-with-virtualenv

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to