Hi Guys, I have a bit of a dilemma in terms of design of a small web application...
I have this requirement where content is being served by age group. On first load the user selects their age group and I store that in the cookie. I read that cookie and query content for the pages based on that agegroup cookie. My question is should I use a decorator to check the cookie on every new page requested to make sure they're getting the proper content served based on that agegroup in the cookie? I have about 6 functions in total in my views. I was thinking just writing a decorator to handle that but I am not sure that's the best way to go about this. Thanks Jeff
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.