Re: separate users from django admin'able users

2008-10-20 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-20, o godz. 04:42, przez tvaughan: >>> I'm definitely ok with admins having to create another account to >>> use >>> the site. The two pools of users seems to me to be totally unique, >>> and >>> shouldn't overlap in anyway. >> >> Just do not set is_staff for

Re: separate users from django admin'able users

2008-10-19 Thread tvaughan
On Oct 19, 12:32 am, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Wiadomość napisana w dniu 2008-10-19, o godz. 00:02, przez tvaughan: > > > I'm definitely ok with admins having to create another account to use > > the site. The two pools of users seems to me to be totally unique, and > > shouldn't ov

Re: separate users from django admin'able users

2008-10-19 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-19, o godz. 00:02, przez tvaughan: > I'm definitely ok with admins having to create another account to use > the site. The two pools of users seems to me to be totally unique, and > shouldn't overlap in anyway. Just do not set is_staff for "ordinary" users that

Re: separate users from django admin'able users

2008-10-18 Thread tvaughan
On Oct 14, 12:54 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-10-13 at 19:39 -0700, tvaughan wrote: > > let's say i'm building and on-line sudoku game. i want two types of > > users. the first are those users that would play the game. and the > > second are those that are built

Re: separate users from django admin'able users

2008-10-14 Thread Malcolm Tredinnick
On Mon, 2008-10-13 at 19:39 -0700, tvaughan wrote: > let's say i'm building and on-line sudoku game. i want two types of > users. the first are those users that would play the game. and the > second are those that are built-in django users who would use the > django admin interface to mange the d

separate users from django admin'able users

2008-10-13 Thread tvaughan
let's say i'm building and on-line sudoku game. i want two types of users. the first are those users that would play the game. and the second are those that are built-in django users who would use the django admin interface to mange the data model (create games). is the typical pattern to use the