Re: Can Django have unique user homepage?

2008-04-28 Thread jmDesktop

Does anyone have a recommendation on which implementation to use when
creating a self-authentication system?  There weren't that many, but
thought some of you might have experience with one.

On Apr 26, 6:01 pm, Bret W <[EMAIL PROTECTED]> wrote:
> And that's just one way, of course.
>
> On Apr 26, 5:01 pm, Bret W <[EMAIL PROTECTED]> wrote:
>
> > Sure.
>
> > You'd need to create a profile model where this information could be
> > stored.http://www.djangoproject.com/documentation/authentication/#storing-ad...
>
> > You'd then just create forms for inputing the parameters you wanted to
> > let users 
> > control.http://www.djangoproject.com/documentation/newforms/#generating-forms...
>
> > After you've allowed users to input preferences in their profile,
> > you'd just need to get the profile (see Django book), and use the
> > stored parameters in your template.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Can Django have unique user homepage?

2008-04-26 Thread Bret W

And that's just one way, of course.

On Apr 26, 5:01 pm, Bret W <[EMAIL PROTECTED]> wrote:
> Sure.
>
> You'd need to create a profile model where this information could be
> stored.http://www.djangoproject.com/documentation/authentication/#storing-ad...
>
> You'd then just create forms for inputing the parameters you wanted to
> let users 
> control.http://www.djangoproject.com/documentation/newforms/#generating-forms...
>
> After you've allowed users to input preferences in their profile,
> you'd just need to get the profile (see Django book), and use the
> stored parameters in your template.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Can Django have unique user homepage?

2008-04-26 Thread Bret W

Sure.

You'd need to create a profile model where this information could be
stored.
http://www.djangoproject.com/documentation/authentication/#storing-additional-information-about-users

You'd then just create forms for inputing the parameters you wanted to
let users control.
http://www.djangoproject.com/documentation/newforms/#generating-forms-for-models

After you've allowed users to input preferences in their profile,
you'd just need to get the profile (see Django book), and use the
stored parameters in your template.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Can Django have unique user homepage?

2008-04-26 Thread jmDesktop

Hi, I saw, and please tell me if I am right, the is not self-
authentication system that comes with Django.  The admin has to create
users, groups, etc.  I also saw there are people that have developed a
user registration module for Django.  The next thing that seemed in
order was a unique homepage for users.  I couldn't find anything.  I
was looking for something either that users could pick colors or other
modules. I guess like a CMS, but not sure.  Was looking for
direction.  Thank you.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---