Re: mod_python setup on Apache virtual host

2008-11-14 Thread kaos
I set up Django on windows recently, but I assume you need help with setting it up in linux? (which i know very little of) Since you've been using the django development server I assume you know about basic setup (using 'setup.py install', 'django-admin.py startproject myproject' and 'manage.py s

Re: question about queryset count function

2008-11-14 Thread kaos
thanks ive been reading the documentation constantly, i just couldnt seem to find that particular tidbit ;] loving django On Nov 15, 5:50 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2008-11-14 at 20:26 -0800, kaos wrote: > > [...] > > > Will that return

question about queryset count function

2008-11-14 Thread kaos
Hi, I am new to Django (and python), and I have a question regarding database query stuff Basic info - I have a category model and an article model, and each article is linked to a category through a foreign key If i have the following code --- category = Category.objects.all()[0] return Http