Re: best resources for learning django

2012-03-02 Thread Larry Martell
On Fri, Mar 2, 2012 at 2:00 PM, Jonathan Holloway wrote: > I sympathise with you.  I'm following the 1.3 online docs and hacking a site > together at the moment. > > an up to date book would be awesome !!! > > I found looking at example projects on Github very useful. > > Cheers, > Jon. > > -- > Y

Re: best resources for learning django

2012-03-02 Thread Djamel Gasbakid
I find this a very good ressource Django by Example: Django Tutorials - Django by Example 2012/3/2 Jonathan Holloway > I sympathise with you. I'm following the 1.3 online docs and hacking a > site together at the moment. > > an up to date book would be awe

Re: best resources for learning django

2012-03-02 Thread Jonathan Holloway
I sympathise with you. I'm following the 1.3 online docs and hacking a site together at the moment. an up to date book would be awesome !!! I found looking at example projects on Github very useful. Cheers, Jon. -- You received this message because you are subscribed to the Google Groups "Dj

Re: best resources for learning django

2012-03-02 Thread Zeengr
After reading the django tutorial mentioned above, I recommend reading http://www.djangobook.com/en/2.0/ then start reading more about any topic you need to work with from django documentaion https://docs.djangoproject.com/ On Friday, March 2, 2012 8:11:07 PM UTC+2, arvapo wrote: > > Hi all, >

Re: best resources for learning django

2012-03-02 Thread Andre Terra
First of all, welcome to Django! If you're not familiar with python (and specially managing python packages), I recommend you setup a sane development environment. Namely using virtualenv and pip, and optionally mkvirtualenv (if you're not on windows). Having to figure out import errors is usuall

Re: best resources for learning django

2012-03-02 Thread Javier Guerra Giraldez
On Fri, Mar 2, 2012 at 1:23 PM, gowtham wrote: > Not sure if it is the best one (would like to here from Pros on this). But > following really helped me to get started. I  finishing this tutorial in 2 > days and the next two days, i started and had a working application (simple > though) for my pr

Re: best resources for learning django

2012-03-02 Thread gowtham
Not sure if it is the best one (would like to here from Pros on this). But following really helped me to get started. I finishing this tutorial in 2 days and the next two days, i started and had a working application (simple though) for my project.. https://docs.djangoproject.com/en/1.2/intro

best resources for learning django

2012-03-02 Thread arvapo
Hi all, Simple question: For a newbie like me, what is (are) the best resource(s) to learn django? books, etc... I just installed version 1.3.1 Looking forward to your replies. Cheers, Arvapo -- You received this message because you are subscribed to the Google Groups "Django users" group. T