We've got an application that is running behind apache, mod_wsgi and
front ending a postgres 8.3 db. We needed to upgrade our Satchmo to
the latest version which requires Django 1.1. After the upgrade the
system starts eventually running out of memory until it thrashes and
locks up the machine un
I've been following the discussion about supporting multiple
databases within one project (primarily on a per-app or per-model
basis) with interest and look forward to the feature getting
solidified and implemented into the trunk one day. That doesn't appear
to be a near term event, however, s
The way to do this is by utilizing nginx as a reverse proxy for your
dynamic django (presumably apache) server and a peer media server
(presumably another nginx setup). Nginx has a great feature (as does
lighttpd) where you can have your page request come into django and
perform all the authN/auth
3 matches
Mail list logo