I'm working on a Django project and want to set the DJANGO_SETTINGS_MODULE environment variable in my virtualenv. All the solutions I can find on the internet use UNIX shell commands, and I'm running Windows 10. How can I set the environment variable? I'm using virtualenvwrapper if that makes a difference.