I would recommend using a UserProfile for this, which is bound to a
user (so make sure an authenticated user can access only his profile
by using request.user.get_profile() in your views.
See: http://docs.djangoproject.com/en/dev/topics/auth/
Good luck!
Best regards,
Wim
On Nov 25, 5:49 am, Corey <duvalfa...@gmail.com> wrote:
> I was trying to build a website that would be a good idea to have
> privacy options to hide certain data such as Facebook does with
> personal info. I am a somewhat newbie to Django and website building
> in general. So Im trying to wrap my head around how to work on this. I
> have indeed tried to look on Google to find something regarding this
> but have had no luck. Any pointers or tutorial links regarding this
> would be greatly appreciated. Thanks!
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment