Joel Vega
Joel Vega
Hi, Thanks for the tip. I added this on the file `requirements.txt`: ```py pywin32==306; platform_system == "Windows" and python_version >= "3.7" \ --hash=sha256:39b61c15272833b5c329a2989999dcae836b1eed650252ab1b7bfbe1d59f30f4 ``` But I dont really underesteand why...
Thanks for your answer, I'm kind of newie collaborating in open source projects. Hope everything is OK. New pull request: https://github.com/django-q2/django-q2/pull/186
> It's sometimes tricky to pickle functions based on objects and can lead to errors. Pickling works best for standard things, like arrays, strings, integers... I would suggest moving the...