I'm getting started with Django on Windows. And the tutorial http://docs.djangoproject.com/en/dev/intro/tutorial01/ has me running "python manage.py <command>" from a command promt all the time.
But I'm wondering: Couldn't I run the manage.py commands from PythonWin or IDLE?