I'd take a look at the standard python docs, especially the things about wsgi and httpserver, but this question is not django-specific so you might have better look asking in a more python-specific forum, like comp.lang.python ( https://groups.google.com/forum/?fromgroups#!forum/comp.lang.python )
There's a long way and lots of codelines from a basic "Hello world" webapp to a framework like django, but you'll learn alot by starting with the standard webrelated stuff in standard python. Thomas On Mon, Jun 10, 2013 at 4:10 PM, Nafiul Islam <[email protected]>wrote: > Hi! > > I've been using django for a little bit, and I gotta say I love the > framework. But here's the thing, I don't know how it works. How everything > fits together. So, what I wanted to ask is how does it all work? Say you > have a server, and you have Python installed on it. How would you go about > making a simple hello world web page, without django? > > I would be grateful to any link to a comprehensive resource, that shows > you how to make a simple Hello World webpage, from how you install software > that you need to writing pure python (without a framework) that can handle > requests, and work with databases. > > I guess, what I'm asking is how do you make a very very basic website > using Python, from start to finish on a server? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Mvh/Best regards, Thomas Weholt http://www.weholt.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

