This is a .bat program i wrote to automate django project creation,setup virtualenv,startproject, and creation of app (which was boring to me)
- make sure you are in the same directory where the .bat file is there
createdjangoapp foldername env-name project-name app-name
for eg:
createdjangoapp trydjango myenv djangoblog djangoblogapp