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 built-in django user model for the
first type of user described above? i'm a little weary of mixing the
two where the only thing that separates them is the is_superuser
field. i would expect two completely separate user tables with
separate permissions.

i'm new to this, so sorry if i've missed something obvious or this
isn't clear.

-tom


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to