Implementing user alias in django.

68 views
Skip to first unread message

Asif Saifuddin

unread,
Jun 28, 2016, 8:36:02 AM6/28/16
to Django users
Hi,

I'm planning to implement user alias in django. A user can create many alias and each alias will work like and full user. each alias will have different newsfeed/user follow other user/alias and each alias can do every action a real user can do.

How should I implement this user model/architecture?

Thanks,

Asif

ludovic coues

unread,
Jun 28, 2016, 10:34:53 AM6/28/16
to django...@googlegroups.com
I would separate user and account.
User is one person and is used to connect.
Account have newsfeed and follow other user.

Each user can manage as many account as he want.
Many user can manage the same account.

All that can be transparent to your user if you setup an account
matching the user for new account.
> --
> 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...@googlegroups.com.
> To post to this group, send email to django...@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/3d1a910a-882f-4c19-8067-3685dbf835c9%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



--

Cordialement, Coues Ludovic
+336 148 743 42

Asif Saifuddin

unread,
Jun 28, 2016, 1:33:16 PM6/28/16
to Django users
Thanks I will try your suggested way.
Reply all
Reply to author
Forward
0 new messages