Django on Windows
Between now and the Mac being returned, and a new laptop arriving (there’s a Dell with a good reputation for dual-booting on Ubuntu), I decided to have a go at seeing if I could get Django installed on Windows.
So, I’ve followed some of this, while I keep going through the jolly good Django Book. I’ve not tried the database stuff yet , but I have it installed and running with the local django test server. One problem I encountered was with the path. For some reason, I only had part of it. If so, you may need to manually make sure that:-
C:\Python25;C:\django_src\conf\project_template;C:\Python25\Scripts
are there (check the paths against there python and django are installed).
Discussion Area - Leave a Comment