Re: Clarifications for apps and models

2009-04-07 Thread Malcolm Tredinnick
On Tue, 2009-04-07 at 18:29 -0700, Thierry wrote: > I'll be referring to the example in the Django documentation here. I > will extend on the "books" application in the "mysite" project by > creating a new app called "music" so that the structure looks like the > following: > > mysite/ > boo

Clarifications for apps and models

2009-04-07 Thread Thierry
I'll be referring to the example in the Django documentation here. I will extend on the "books" application in the "mysite" project by creating a new app called "music" so that the structure looks like the following: mysite/ books/ models.py - Contains Publisher, Author, Book mus