Re: django tutorial on asus netbook

2011-03-22 Thread Tim Johnson
* Bill Freeman [110322 16:38]: > You don't actually need an webserver for a learning scenario, so > apache, or even lighthttp is unnessary. Django comes with the > "development server" built in. Python itself listens on a port for > HTTP requests. > > Of somewhat more importance is a database.

Re: django tutorial on asus netbook

2011-03-22 Thread Bill Freeman
You don't actually need an webserver for a learning scenario, so apache, or even lighthttp is unnessary. Django comes with the "development server" built in. Python itself listens on a port for HTTP requests. Of somewhat more importance is a database. You can't do much without one. While you c

django tutorial on asus netbook

2011-03-22 Thread Tim Johnson
I'm going on vacation with my little Asus EEE Pc 900 with xandros. lighttpd is running. vim (non-gui 'big' version) and kate installed. Python version is 2.4.4 is installed. Couldn't get apache2 to install at this point. I've got the book "Django 1.0 Web Site Development". I hope to take the boo