Re: Multiple User Types in Django 1.11

2017-07-25 Thread Gabriel - Iulian Dumbrava
; Yours, > Russ Magee %-) > > On 24 Jul 2017, at 7:09 PM, stan > > wrote: > > What is the best way to create multiple user types in Django 1.11? > > For example, an e-learning platform will need 2 user models: Students and > Teachers, which have different permissions

Re: Multiple User Types in Django 1.11

2017-07-24 Thread Russell Keith-Magee
.. As a side effect, this also allows for the edge case where a student is *also* a teacher - e.g., at a university, I might be studying business while teaching computer science. Yours, Russ Magee %-) > On 24 Jul 2017, at 7:09 PM, stan wrote: > > What is the best way to create multiple u

Multiple User Types in Django 1.11

2017-07-24 Thread stan
What is the best way to create multiple user types in Django 1.11? For example, an e-learning platform will need 2 user models: Students and Teachers, which have different permissions and different attributes/methods -- You received this message because you are subscribed to the Google Groups