Suppose you were re-writing Facebook in Django. Would you handle the complex profile and privacy settings pages by:
A) exposing the relevant admin pages to users, with careful auth to stop users from being able to access admin pages they shouldn't be able to. Obviously this would require much custom templating in order to achieve the desired visual appearance (instead of the default Django admin appearance), but it would have the advantage of not requiring new views and forms to be written. B) creating forms and views as needed for the profile and privacy settings, keeping the users out of the admin app entirely, and reserving the latter only for Facebook staff. Or would you take some other approach? Please explain your answer, and link to documentation where relevant. Many thanks! Sam --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---