These are my models: http://dpaste.com/166906/
I have a ModelForm setup, nothing special, just excluding a couple fields: application, tuition_deadline, and deadline_passed What I'm trying to do in my view is if a value is entered in read_receipt then it automatically sets tuition_deadline to be 7 days from that date. Here's my basic view: http://dpaste.com/166907/ How can I do that? I'm not really up to speed with the time/datetime functions in Python. Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

