r my bad english.
On Wednesday, October 17, 2012 8:11:18 PM UTC+7, Stephen Anto wrote:
> Could you give in detail, what issue you have faced?
>
> On Tue, Oct 16, 2012 at 9:55 PM, go scholarship
>
> > wrote:
>
>> hi, im using django 1.4 and when i follow you tutorial
i'am using django 1.4, and i just want to get currently logged in user,and
associating those users with tasks.
this is my model.py:
class Reminder(models.Model):
domain_name = models.CharField(max_length=40)
server_package = models.ForeignKey(Paket)
server_location = models.ForeignKey(Lokasi)
c
hi, im using django 1.4 and when i follow you tutorial
http://lightbird.net/dbe/todo_list.html associating users with tasks did
not work well
user = models.ForeignKey(User, blank=True, null=True)
for item in Item.objects.filter(created=obj):
if not item.user:
item.user = request.user
item.save()
3 matches
Mail list logo