Re: about row level permissions

2006-07-23 Thread mahakala
I got it. Thanks. --~--~-~--~~~---~--~~ 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 to [EMAIL PROTECT

about row level permissions

2006-07-23 Thread mahakala
Hi, everybdoy I just download the row level permission branch, and try as the wiki said, add row_level_permissions to class Meta: class Poll(models.Model): question = models.CharField(maxlength=200) pub_date = models.DateTimeField('date published') class Admin: pass clas

Re: FileField problem

2006-05-31 Thread mahakala
Hi, Eric I just figure out what cause the problem, it relates to fedora SELinux, since this is just a demo runs in my vmware, I disable it, and everythins seems all right now. I will try to learn some SELinux policy to enforce it again. Thank you! mahakala

Re: FileField problem

2006-05-31 Thread mahakala
Hi, Eric, it is drwxrwxrwx 2 root root 4096 Jun 1 01:10 demo and drwxrwxrwx 2 root root 4096 Jun 1 01:10 opt thks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: FileField problem

2006-05-31 Thread mahakala
forgot to say, the system is fedora 5(apache mysql & mod_python with it) + django trunk. thks. --~--~-~--~~~---~--~~ 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@

FileField problem

2006-05-31 Thread mahakala
Hi, everybody I developed a little demo, which use FileField to upload files, it works well in django own server, then I manage to switch to Apache + mod_python, the admin module still looks ok, but when I use the file upload, the system says IOError, Permission denied. I have modified the upload

FileField problem

2006-05-31 Thread mahakala
Hi, everybody I developed a little demo, which use FileField to upload files, it works well in django own server, then I manage to switch to Apache + mod_python, the admin module still looks ok, but when I use the file upload, the system says IOError, Permission denied. I have modified the upload

Re: newbie question about admin module

2006-03-05 Thread mahakala
Hi, Max Many thanks for the reply. I noticed the auto_grow property and has used it. I will try request.user.username and staff_member_required. Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django use

newbie question about admin module

2006-03-03 Thread mahakala
a field in each record to log who create it and who last change it. Is there a special model field can do this?or it must be done through programming about auth module.? Thanks. mahakala --~--~-~--~~~---~--~~ You received this message because you are subscribed to