I have a Django/Python function that creates a Reportab PDF file based on the current date. Works GOOD. Now I want to pass any date to that function and have it create a PDF based on the new date.
I tried creating another function that generates the date (yesterday) but I am not able to pass the generated date to the first function. Any ideas on how to do this??? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/33e55cdb-2d95-4638-b451-3d3657673221%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

