Re: A very basic question with Django

2012-10-10 Thread Sarbjit singh
> Thanks Guys for your valuable answers. As you have pointed out that > learning Framework would take time, so i just wanted to be sure that my > investment would be worth full. I am learning Python & Django as a hobby > but my aim is to make some website dealing with forms and database. So

Re: A very basic question with Django

2012-10-10 Thread Peter Murphy
On Wednesday, October 10, 2012 3:24:26 PM UTC+10, Sarbjit singh wrote: > > First of all, I am very sorry for asking this basic question. I am not > sure if this is the right place to put this question but I am very confused. > > Hello, Sarbjit. > I am not having much experience with web

Re: A very basic question with Django

2012-10-10 Thread Tim Chase
On 10/10/12 13:29, Tomas Ehrlich wrote: > If you know what's CGI, feel free to answer the original question: > "Could Django be deployed using CGI?" Yes, it can be done[1]. No, it's not usually a good idea. -tkc [1] http://joemaller.com/1467/django-via-cgi-on-shared-hosting/

Re: A very basic question with Django

2012-10-10 Thread Kurtis Mullins
On Wed, Oct 10, 2012 at 2:29 PM, Tomas Ehrlich wrote: > Common guys, this thread isn't about me and CGI :) I really don't care > what it is and know, when you've just told me what it is I don't care > even more :) > > If you know what's CGI, feel free to answer the

Re: A very basic question with Django

2012-10-10 Thread Tomas Ehrlich
Common guys, this thread isn't about me and CGI :) I really don't care what it is and know, when you've just told me what it is I don't care even more :) If you know what's CGI, feel free to answer the original question: "Could Django be deployed using CGI?" Cheers, Tom :) Dne Wed, 10 Oct 2012

Re: A very basic question with Django

2012-10-10 Thread Kurtis Mullins
1. Django is perfectly suitable for handling Forms and content stored in a database. In a low to medium traffic site, serving static content is not a problem at all. In fact, that's the purpose of a Content Management System. Many of which have been built on or around Django. If you get to a point

Re: A very basic question with Django

2012-10-10 Thread shmengie
Django is suited well for developing interactive web applications. It provides comprehensive framework with "batteries included." That means once you learn the framework, common and repetitive development tasks are simpler. Being a framework, means your going to need to learn it's

Re: A very basic question with Django

2012-10-10 Thread Tim Chase
On 10/10/12 01:09, Tomáš Ehrlich wrote: >> A2: I admit that I don't know exactly what CGI means, but you >> actually can deploy Django using FastCGI. I'm using WSGI, >> which is recommended method right now. Please checkout >> documentation for more details >>

Re: A very basic question with Django

2012-10-10 Thread Tomáš Ehrlich
Ehm, It's not disgus but http://www.disqus.com ;) Sorry... Dne středa, 10. října 2012 8:09:07 UTC+2 Tomáš Ehrlich napsal(a): > > Hello, > I wouldn't say that Django is not suitable for web development. Even when > someone says it's not, it's just an opinion, but in general, Django is >

Re: A very basic question with Django

2012-10-10 Thread Tomáš Ehrlich
Hello, I wouldn't say that Django is not suitable for web development. Even when someone says it's not, it's just an opinion, but in general, Django is framework for web development. A1: Django has many batteries included. Database access through object relational model and form processing are

A very basic question with Django

2012-10-09 Thread Sarbjit singh
First of all, I am very sorry for asking this basic question. I am not sure if this is the right place to put this question but I am very confused. I am not having much experience with web development, so i don't know where the Django fits in here. I searched a lot on internet, few forums