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
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
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
3 matches
Mail list logo