virtualenv is great and I use it religiously.  I do want to point out though
that while virtualenv does solve package isolation for
multiple, independent django projects, care needs to be taken for security.
 If this care isn't taken, for example, should a single site's security
be compromised, essentially all of your sites could be compromised.  This
isn't the thread for an in depth discussion of this topic, but I did want to
raise some attention towards the needs for simple secure single-server,
multi-site Django deployments.

Brian

On Sun, Feb 13, 2011 at 11:10 PM, Eric Chamberlain <e...@rf.com> wrote:

>
> On Feb 13, 2011, at 7:08 PM, Jason Drane wrote:
>
> > Forgive me if this question  offends you more advanced users. I am
> > begun down the road of learning Django. I am curious if it is possible
> > to place Django in the root of my server and reference it to each of
> > multiple sites in development, similar to php, python, etc.
>
>
> We run multiple sites on our servers, but we don't have them all share the
> django installation.  We use virtualenv and each django project has its own
> environment.  It makes it much easier to upgrade the projects when they are
> not all relying on the same installation.
>
> To simplify the web server configuration, we do have all the projects at
> the same django version level share the admin media.  We serve that from
> Amazon S3.
>
> --
> Eric Chamberlain, Founder
> RF.com - http://RF.com/
>
>
>
>
>
>
>
> --
> 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