Personally, I don't rely on easy_install/pip to install project specific
packages into the OS site-packages.

There is absolutely nothing stopping you from doing this on a project level,
as I would recommend to do it where ever possible.

Although do remember, some packages won't be cross-system compatible (such
as MySQL-python).

Cal

On Mon, Aug 15, 2011 at 1:59 PM, Andre Lopes <lopes80an...@gmail.com> wrote:

> Hi, I have put this question in StackOverflow, but no response untill
> now... This is an important question to me to understand how Django
> works
>
> I am new to Django.
>
> I have some doubts about installing 3rd party Apps in Django.
>
> A specific example. The "django-registration" App in
> https://bitbucket.org/ubernostrum/django-registration/src. Reading the
> instructions the doc tell us to install this app with PIP(pip install
> django-registration), doing this the App will be installed in Python
> Site-packages, right?
>
> My question is: The App must to be installed in that way? Why not put
> the 'django-registration' folder in our Project as an App?
>
> PS: This is a starter Django Question.
>
> Best Regards,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

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

Reply via email to