Re: Overriding django admin functionality

2009-03-15 Thread Malcolm Tredinnick
On Sun, 2009-03-15 at 16:06 -0700, Joshua Partogi wrote: > Thanks Malcolm, > > I'm going to read through the source code and see how I can create a > new template with my custom authorization. So do you reckon that > django admin system is already sufficient not to be overridden? It depends very

Re: Overriding django admin functionality

2009-03-15 Thread Joshua Partogi
Thanks Malcolm, I'm going to read through the source code and see how I can create a new template with my custom authorization. So do you reckon that django admin system is already sufficient not to be overridden? Best regards, On Mar 16, 9:58 am, Malcolm Tredinnick wrote: > On Mon, 2009-03-16

Re: Overriding django admin functionality

2009-03-15 Thread Malcolm Tredinnick
On Mon, 2009-03-16 at 09:40 +1100, Joshua Partogi wrote: > Dear all, > > I need a custom authorization needs for the admin system. I need to > define certain users that is allowed to access certain admin > functionality. I also need to check whether use has logged in or not. > In the end I might