Re: Please Help a django Beginner!

2011-04-19 Thread nishant kashyap
users@googlegroups.com [mailto:django-users@googlegroups.com] On > Behalf Of Aviv Giladi > Sent: Friday, April 15, 2011 2:41 PM > To: Django users > Subject: Re: Please Help a django Beginner! > > Thank you for the response. Is there any documentation / books out > there tha

RE: Please Help a django Beginner!

2011-04-19 Thread Sells, Fred
ginal Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Aviv Giladi Sent: Friday, April 15, 2011 2:41 PM To: Django users Subject: Re: Please Help a django Beginner! Thank you for the response. Is there any documentation / books out there that you wou

Re: Please Help a django Beginner!

2011-04-15 Thread Aviv Giladi
Thank you for the response. Is there any documentation / books out there that you would recommend reading to get acquainted with django in that perspective? On Apr 15, 10:58 am, Jirka Vejrazka wrote: > I use Djano ORM for a lot of my backend processing where no web is > involved. Just make sure t

Re: Please Help a django Beginner!

2011-04-15 Thread Jirka Vejrazka
I use Djano ORM for a lot of my backend processing where no web is involved. Just make sure that DJANGO_SETTINGS_MODULE is defined in your environment and you can use pretty much any part of Django in your own code/scrits/whatever. HTH Jirka On 15/04/2011, Aviv Giladi wrote: > Hey guys,