unsubscribe

2009-06-13 Thread Lucas Hazel
-- Lucas Hazel --~--~-~--~~~---~--~~ 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

Re: Passing a variable to forloop

2008-04-30 Thread Lucas Hazel
On Wed, 30 Apr 2008 17:48:54 -0700 (PDT) Jay <[EMAIL PROTECTED]> wrote: > > Thank you-- I meant to include that. The template tag is here, > unchanged: > > http://www.djangosnippets.org/snippets/673/ > > On Apr 30, 8:41 pm, Lucas Hazel <[EMAIL PROTECTED]> wro

Re: Passing a variable to forloop

2008-04-30 Thread Lucas Hazel
bit hard to tell what's going on without the template tag, but it appears you have a name collision. -- Lucas Hazel <[EMAIL PROTECTED]> --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&

Re: Memory Usage on a VPS

2008-04-18 Thread Lucas Hazel
You can also save a heap of memory by disabling any apache modules you don't use. -- Lucas Hazel <[EMAIL PROTECTED]> On Fri, 18 Apr 2008 10:56:27 +0300 "Valts Mazurs" <[EMAIL PROTECTED]> wrote: > Definitely turn off DEBUG mode :) > When DEBUG mode is on

Query works in one place not in another

2008-04-09 Thread Lucas Hazel
Both computers have up to date code from svn, running save versions of python, postgresql, psycopg2, etc. However the following code works on the dev machine, but not on the production and I have no idea why. On dev >>> from django.contrib.comments.models import FreeComment >>> from django.