Re: creating first appl using django

2009-07-28 Thread aXqd
On Tue, Jul 28, 2009 at 4:31 PM, rekha wrote: > Hi, > im new to django. may anyone tell how to develop an web application > using django? I'm also new here. You can check out http://docs.djangoproject.com/en/dev/, and start to read the Overview/Installation/Tutorials. -- Regards. -Tian --~--~-

Re: creating first appl using django

2009-07-28 Thread Alexandru Nedelcu
On Tue, 2009-07-28 at 01:31 -0700, rekha wrote: > Hi, > im new to django. may anyone tell how to develop an web application > using django? Installation: http://docs.djangoproject.com/en/dev/intro/install/#intro-install Good and free book on Django: http://www.djangobook.com/en/2.0/ --~--~---