Hi, I'm just on my first Django project (not counting the tutorial!) so forgive me if this is a dumb question
Anyways I'm implementing a web publishing system - whereby registered users can login and post articles. However I don't want those articles to be "published" until they've been approved by an admin. Given that it currently (AFAIK) only able to use the permissions system to give CRUD permissions on a per model / table basis I thought that I would have two tables: 1 for the main content 1 for the admin of that content - linked to it with a unique foreign key. I then set up inline editing for the admin options allowing only one row to be shown. So far so good - I can edit the main content and then the admin settings for that content. I thought that if I denied access to my regular user group to the admin field, they wouldn't be able to see that inline edit box - however they can. They can't see it on the admin home page, but they can see it on the "add content" form... which kind of blows my idea out of the water.. Any solutions to this? I'd love to be able to apply the admin options inline when logged in as an admin... Thanks! Guy --~--~---------~--~----~------------~-------~--~----~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---