I'm trying to think how I can solve this problem in my data model and I'm coming up empty. I thought I'd post it here to see if anyone else had a good idea...
I built a members-only website for due paying members. We'd like to use the profile via the Django admin as a way to track which members have paid their dues. At first I was looking at a BooleanField that maybe gets cleared at the change of the year. But then I found out that: * Often if a member doesn't pay, the officers won't remove them from the roster right away. Only if they don't pay for 2-3 consecutive years will they remove the member. * Some members pay ahead a few years, and so that would need to be tracked. I can't think of a way to account for "up to last 3 years" and "up to the next 5 years" or variation thereof. Any ideas would be much appreciated. Thanks, Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---