Re: Going crazy with WSGI

2012-02-28 Thread atlastorm
Thanks a lot, Javier. Things are a lot clearer now. Appreciate it. On Feb 28, 7:46 pm, Javier Guerra Giraldez wrote: > On Tue, Feb 28, 2012 at 5:58 AM, atlastorm wrote: > > Right now I'm practicing Django by running the Django server > > (manage.py runserver) and everythin

Re: Going crazy with WSGI

2012-02-28 Thread atlastorm
in for the help. Appreciate it. On Feb 28, 10:02 am, Javier Guerra Giraldez wrote: > On Mon, Feb 27, 2012 at 11:19 PM, atlastorm wrote: > > WSGI is a script that connects Django to > > Apache. > > not really > > WSGI is just a standard, a document that says "the we

Re: Going crazy with WSGI

2012-02-27 Thread atlastorm
your support. On Feb 27, 8:39 pm, Daniel Roseman wrote: > tOn Monday, 27 February 2012 14:40:37 UTC, atlastorm wrote: > > > > > > > > > > > > > I am a newbie to Django and web development in general, and I've > > completed the django tutorial

Going crazy with WSGI

2012-02-27 Thread atlastorm
I am a newbie to Django and web development in general, and I've completed the django tutorial and am working my way through the practical django projects book. I have a simple app that I wanted to try out: basically a form in HTML that takes inputs, reads a database, calculates and displays an out