django is written in pure python, so using Windows + Eclipse + PyDev for development is enough.
if you really want to follow the cool guys using some Linux commands, then have cygwin or mingWin installed and set the system PATH to BIN directive. Then, you could use them (include your touch).
Linux is best choice for deployment of a django project, where you can easily compile / install / configure some cool things like nginx, uWSGI, mod_wsgi, Apache2, and many many useful Python C extensions.
Another reason for using Linux, is that virtual private servers, which are used to host projects, are more likely to support it.