Thanks for your response

This is what i want to do,
I want to create an app that have two different users
that is teachers(one type of user) and student(another type of user)
the problem is how to create them without using 

AUTH_USER_MODEL = 'myapp.MyUser'
since it is  for one kind of user only.

I have created the model as shown in last post
but how to query individual details in their 
respective profile is the problem.

Any way out. thanks 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4e7d04d2-fe57-45cd-8287-ae4aa55e1ba4%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to