Re: development documentation

2007-07-30 Thread Nicola Larosa
> Marc Garcia wrote: >> Is there any django development documentation? I couldn't find any >> document on how to start writting my own django add-on. Russell Keith-Magee wrote: > All the documentation that exists is either in the Django source tree > under /docs (whi

Re: development documentation

2007-07-15 Thread Russell Keith-Magee
On 7/15/07, Marc Garcia <[EMAIL PROTECTED]> wrote: > > Is there any django development documentation? I couldn't find any > document on how to start writting my own django add-on. All the documentation that exists is either in the Django source tree under /docs (which is

Re: development documentation

2007-07-15 Thread Malcolm Tredinnick
On Sun, 2007-07-15 at 10:56 +, Marc Garcia wrote: > Hi all! > > Is there any django development documentation? I couldn't find any > document on how to start writting my own django add-on. > > Of course I can start browsing code, and looking for other add-ons, >

development documentation

2007-07-15 Thread Marc Garcia
Hi all! Is there any django development documentation? I couldn't find any document on how to start writting my own django add-on. Of course I can start browsing code, and looking for other add-ons, but may be there is a post in this list about that, or a wiki page that I cannot found. T