On 6/20/07, Bryan Veloso <[EMAIL PROTECTED]> wrote:
> This feature is a show-stopper, since the market I'll be gearing this
> to almost requires features like this to be there.  So am I dreaming
> that this can be done? Has anybody else attempted something like this
> yet?

It should be relatively easy; look at Chapter 12 of the Django book,
which covers extending the auth system with a custom profile model.
You'll want to develop a model which includes the ability for users to
specify whatever styles/customizations are needed (along with any
other information you want to collect), and use that as the profile
model. Then the 'get_profile()' method on each User will return the
appropriate object which you can look at to determine how to display
the user's customized page.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to