I definitely want to be able to have any app easily retrieve data from another. I suppose I'm thinking of each app as a simple web service. Is that a reasonable way to approach it, or should I only separate on significantly different logical functions (ie a couple different models that just have data that's stored and displayed would be separate from the thing that reports (graphing, etc.) on sales, in the store example?
Thanks, -Aaron On Sun, Apr 6, 2008 at 9:03 AM, Michael <[EMAIL PROTECTED]> wrote: > You can do it both ways. It depends on your code. How interrelated do you > want your items? > > Make sure to check out satchmo http://www.satchmoproject.com/ it might > already have done some of this for you. > > > On Sun, Apr 6, 2008 at 2:43 AM, <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > So I'm in the middle of thinking about my first Django project. The > > project will have different sections for the end-user to access like > > Customer Information, Store and Checkout, for example. Should these > > "sections" of the Project be divided up into different applications or > > should they fall under the same application? Are there any rules of > > thumb for this? > > > > Thanks, > > -Aaron > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

