Trying to get Chef Solo to deploy Django/Virtualenv in Windows 7

Hi Cheflings.

I've been having my hands full figuring out Chef for the first time. I'm
trying to get chef-solo running on a Windows 7 VM, with django running in a
virtualenv. The best help I found was here:

I see there's a python cookbook for Windows (at the repo it pointed me to here:
https://github.com/dougm/site-cookbooks/tree/master/windows), which I managed
to install, but am I going to have to create the recipes for virtualenv/django
by hacking the linux-compatible python provider and also django cookbook to
support Windows?

I don't suppose anyone can point me to a repo or reference material that might
help me avoid reinventing things?