You'll probably need to post some code snippets; what do these functions' signatures look like and how do they get called?
On Tuesday, 7 August 2018 03:43:01 UTC+2, Gerald Brown wrote: > > 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/d2b30477-05a1-4c9e-9584-f1f7ea07dbda%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

