@Eraldo: Thanks for the reply. I've read that part of the Django book, but it does little to explain how Django itself works, because it uses WSGI not CGI. After this excursion, I plan to see how Django handles connections and such, so I'll be diving into the Django libraries.
Thanks for this, I appreciate it. On 11 June 2013 07:44, Eraldo Helal <era...@eraldo.org> wrote: > I think.. I found what you are looking for: > http://www.djangobook.com/en/2.0/chapter01.html > Under the heading "The MVC Design Pattern".. > there is a nice example of a simple CGI script using python (no django). > > Greetings from Linz (Austria) > Eraldo > > On Monday, June 10, 2013 4:10:51 PM UTC+2, Nafiul Islam 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 a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/VHvM1uOGmio/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, send an email to > django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Kind Regards, Quazi Nafiul Islam -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.