Re: Django Tutorial Clarification

2008-06-13 Thread Kenneth Gonsalves
On 13-Jun-08, at 7:23 PM, shabda wrote: >> I have never used generic views, so share your confusion > > Well you really should. :) true - I *do* feel guilty about it, but not guilty enough to go find out how to use them > -- regards kg http://lawgon.livejournal.com

Re: Django Tutorial Clarification

2008-06-13 Thread shabda
> I have never used generic views, so share your confusion Well you really should. :) Well I have seen your name many times on the list so know that you are a longtime Django user. If you are not using generic views, you are missing something. On Jun 13, 12:41 pm, Kenneth Gonsalves <[EMAIL

Re: Django Tutorial Clarification

2008-06-13 Thread James Bennett
On Fri, Jun 13, 2008 at 2:24 AM, wave connexion(BQ) <[EMAIL PROTECTED]> wrote: > Does this mean Django generated API code for you? No. The phrase "no code generation necessary" means precisely what it says: that, unlike some frameworks which require you to run a script which generates files of

Re: Django Tutorial Clarification

2008-06-13 Thread Kenneth Gonsalves
On 13-Jun-08, at 12:54 PM, wave connexion(BQ) wrote: > 1. in reading overview, "you've got a free, and rich, Python API to > access your data. The API is created on the fly, no code generation > necessary?" > > Does this mean Django generated API code for you? django does not generate a

Django Tutorial Clarification

2008-06-13 Thread wave connexion(BQ)
I am new to Django, can someone make following clarification on Django tutorial: 1. in reading overview, "you've got a free, and rich, Python API to access your data. The API is created on the fly, no code generation necessary?" Does this mean Django generated API code for you? 2. in tutorial