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 tota

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 th

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