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
-~----------~----~----~----~------~----~------~--~---

Reply via email to