Re: Getting started in Django development.

2007-02-13 Thread zbelzer
I had a chance to read all of the articles you guys pointed out and they helped tremendously. I'll take a look at some tickets and the documentation on how I should go about fixing/submitting later today (after some sleep and class). I really feel like I have a much better idea now, so thank you

Re: Getting started in Django development.

2007-02-12 Thread Malcolm Tredinnick
On Mon, 2007-02-12 at 06:56 +, zbelzer wrote: > Hi all. > > I've been learning about and working with Django for a little while > now and I have decided that I would like to help contribute to the > project and community. I'm decent with python, but I still find that > looking through the ent

Re: Getting started in Django development.

2007-02-12 Thread zbelzer
Thanks everyone! I'll look into all your suggestions tonight after work (I'm so sick of PHP). I appreciate the help, Zach --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Re: Getting started in Django development.

2007-02-12 Thread Steven Armstrong
zbelzer wrote: > Hi all. > > I've been learning about and working with Django for a little while > now and I have decided that I would like to help contribute to the > project and community. I'm decent with python, but I still find that > looking through the entire code base is pretty intimidatin

Re: Getting started in Django development.

2007-02-12 Thread Michael Radziej
Hi, I'd like to add that you can learn a lot by looking into the existing tickets, and try to follow what they do. Some areas are hard to follow, others quite easy, poke a bit around to find what you like. It would be a great contribution if you could look into the approved tickets that need tes

Re: Getting started in Django development.

2007-02-11 Thread James Bennett
On 2/12/07, zbelzer <[EMAIL PROTECTED]> wrote: > The question I have is where does one begin on figuring out how things > work in detail (behind the scenes) and where I should start in trying > to contribute. Do I try to follow the execution of something like > syncdb or do I start somewhere else?

Getting started in Django development.

2007-02-11 Thread zbelzer
Hi all. I've been learning about and working with Django for a little while now and I have decided that I would like to help contribute to the project and community. I'm decent with python, but I still find that looking through the entire code base is pretty intimidating and trying to follow the