Re: permissions don't get added

2011-03-16 Thread tom
hey tom, thanks for pointing me to that error. Have looked at it for a while, but haven't recognized the obvious. it is working now, surprise. :) best regards, tom On 16 Mrz., 16:10, Daniel Roseman wrote: > On Wednesday, March 16, 2011 2:50:05 PM UTC, Tom Evans wrote: > > > On Wed, Mar 16, 2011

Re: permissions don't get added

2011-03-16 Thread Daniel Roseman
On Wednesday, March 16, 2011 2:50:05 PM UTC, Tom Evans wrote: > > On Wed, Mar 16, 2011 at 1:28 PM, tom wrote: > > Hello, > > > > I have a model, which was already created within the DB, and I added > > following permissions: > >class META: > > ^^ Django looks for an inner class named 'Meta', n

Re: permissions don't get added

2011-03-16 Thread Tom Evans
On Wed, Mar 16, 2011 at 1:28 PM, tom wrote: > Hello, > > I have a model, which was already created within the DB, and I added > following permissions: >    class META: ^^ Django looks for an inner class named 'Meta', not 'META'. Cheers Tom -- You received this message because you are subscrib