Re: need precise advice before final decision on Django

2014-11-17 Thread Collin Anderson
Hi Krishnaaknt, On Thursday, November 13, 2014 2:05:08 PM UTC-5, krmane wrote: > > On 11/14/2014 12:07 AM, Avraham Serour wrote: > >> Now, I wish to know, if I can use the template's capacity of generating > > good forms and add good css without having a compulsion of using the > model > >

Re: need precise advice before final decision on Django

2014-11-13 Thread Krishnakant Mane
On 11/14/2014 12:07 AM, Avraham Serour wrote: Now, I wish to know, if I can use the template's capacity of generating good forms and add good css without having a compulsion of using the model part of Django? yes. Any good article, blog or tutorial for this? Happy hacking. Krishnakant. --

Re: need precise advice before final decision on Django

2014-11-13 Thread Krishnakant Mane
Hi Javier, On 11/14/2014 12:21 AM, Javier Guerra Giraldez wrote: On Thu, Nov 13, 2014 at 1:32 PM, Krishnakant Mane wrote: I guess it is obvious that I only need the view and template part here. and forms. they're often used with models (i.e. subclassing ModelForm), but

Re: need precise advice before final decision on Django

2014-11-13 Thread Javier Guerra Giraldez
On Thu, Nov 13, 2014 at 1:32 PM, Krishnakant Mane wrote: > I guess it is obvious that I only need the view and template part here. and forms. they're often used with models (i.e. subclassing ModelForm), but that's not a requirement. also note that doing XMLRPC calls in

Re: need precise advice before final decision on Django

2014-11-13 Thread Avraham Serour
> Now, I wish to know, if I can use the template's capacity of generating good forms and add good css without having a compulsion of using the model part of Django? yes. On Thu, Nov 13, 2014 at 8:32 PM, Krishnakant Mane wrote: > Hello all, > I did look at a few good tutorials

need precise advice before final decision on Django

2014-11-13 Thread Krishnakant Mane
Hello all, I did look at a few good tutorials and also did some hands-on with what ever those tutorials had to offer. Also did some of my own inovations with the tutorials/ I feel Django has greatly impressed me so far. Now I think I can rightly ask my question and in a more specific way. I