Tuesday, June 28, 2016

Re: Implementing user alias in django.

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.


2016-06-28 14:36 GMT+02:00 Asif Saifuddin <auvipy@gmail.com>:
> 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
>
> --
> 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+unsubscribe@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/3d1a910a-882f-4c19-8067-3685dbf835c9%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



--

Cordialement, Coues Ludovic
+336 148 743 42

--
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+unsubscribe@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/CAEuG%2BTaUxwhsU_M%2BJ5fdwCtBVz%3DaZq1odLNpYFNp8SsNyp3%3DGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment