Re: Advanced Permissions and States

2008-12-22 Thread Paul van der Linden
makka...@gmail.com wrote: >> I'm working on a big project at my work myself. >> We came to this problem last week (we did something to check it, but it >> was unmanagable). >> We wanted to move the check to the models. This is a little bit >> difficult because you basicly doesn't have the user obj

Re: Advanced Permissions and States

2008-12-22 Thread makkalot
On Monday 22 December 2008 12:18:13 pm Paul van der Linden wrote: > Hi, Hi thanks for the reply > I'm working on a big project at my work myself. > We came to this problem last week (we did something to check it, but it > was unmanagable). > We wanted to move the check to the models. This is a lit

Re: Advanced Permissions and States

2008-12-22 Thread Paul van der Linden
Hi, I'm working on a big project at my work myself. We came to this problem last week (we did something to check it, but it was unmanagable). We wanted to move the check to the models. This is a little bit difficult because you basicly doesn't have the user object at in the __init__ function of yo

Advanced Permissions and States

2008-12-20 Thread makkalot
Hi i'm developing an e-commerce site with Django, and have situations like this : - A user can execute different operations in different time-intervals if he has the right privileges. Ex : A user can edit only his products Ex : A user can edit only his orders when he has bought