Re: images

2011-02-15 Thread webzy
Hi, Here is a How-to on this: http://docs.djangoproject.com/en/1.2/howto/static-files/ On Feb 15, 12:00 pm, "Szabo, Patrick \(LNG-VIE\)" wrote: > Hi, > > I just want an image to be shown in my header so i just added it in my > template like this: > > > > Unfortunately i only get the "alt text"

Re: _id cannot be null

2011-02-12 Thread webzy
Maybe your form has user_id instead of user_id_id as id? On Feb 12, 3:20 am, keeper wrote: > Hello guys, > > executing this code below from shell is ok, updates database and > inserts the proper values: > > sub_domains(user_id=user_list.objects.get(user_id=1001), > domain=domains.objects.get(doma