I think you should create another table called Profile that will hold all
the addtitional info the common users have that the admins do not.
The auth.user table is useful for handling password, authentication,
session and common features all users have.

On Wed, Dec 21, 2016 at 11:45 PM, milad ranaei siadat <
ranaei.mila...@gmail.com> wrote:

> Django - save user in another table
> <http://stackoverflow.com/questions/36673596/django-save-user-in-another-table>
> up vote
> down votefavorite
> <http://stackoverflow.com/questions/36673596/django-save-user-in-another-table#>
>
> Is there a way to save my user registration in another table from the
> database?
>
> I don't want to mix AdminUsers with CommonUsers (All the tutorials I've
> seen, they save the registration inside auth_user)
>
> The reasons:
>
>    - CommonUsers have different columns and informations
>    - CommonUsers can upload content
>    - AdminUsers verify the content uploaded by the CommonUsers and make
>    sure there is nothing inappropriate
>
> What do I need to use? models? modelform? forms?
>
>
> please help me
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/e1ae8ddc-a70d-4c76-bdd4-8947871ee1f0%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/e1ae8ddc-a70d-4c76-bdd4-8947871ee1f0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tJef6s_p5M0NMmgdy4XkzLc23RXKTAPuGtRKMnNE1P4Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to