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