i really need a code sample to automate starting Django development webserver “python manage.py runserver” in a .bat file in windows . I have python26 and django 1.1.1 in installed
Thanks
i meant by automate is clicking on the .bat file and the Django development webserver start up
and i have no batch file scripting knowledge will love to get a code sample
You can write a
.batfile containing:I believe that should suffice.