On Apr 6, 2:30 am, Eric Abrahamsen <[EMAIL PROTECTED]> wrote:
> Also, if you haven't already, I'd definitely recommend switching to
> mod_wsgi. I'm in the same boat as you - django apps on webfaction,
> running up against memory limits (to the point where I was getting my
> sites shut down);
Also, if you haven't already, I'd definitely recommend switching to
mod_wsgi. I'm in the same boat as you – django apps on webfaction,
running up against memory limits (to the point where I was getting my
sites shut down); I started using mod_wsgi recently and haven't had
any trouble sinc
Garrett Garcia wrote:
> I recently got my first django project set up on webfaction and am
> feeling the constraint of their memory usage limits.
> For example:
>
> I have a view that returns a list of objects:
>
> def get_meet_results(request, meet_id):
> meet = Meet.objects.get(pk=meet_i
I recently got my first django project set up on webfaction and am feeling
the constraint of their memory usage limits.
For example:
I have a view that returns a list of objects:
def get_meet_results(request, meet_id):
meet = Meet.objects.get(pk=meet_id)
year = meet.start.year
result_
4 matches
Mail list logo