Best way to structure a django project with multiple levels of sub apps?

2017-08-17 Thread Alexander Joseph
I'm bullding a larger django project and I'm starting to implement cookiecutter django after reading through "2 Scoops of Django" but still have some questions on structuring a project. I've setup my project, we'll call it 'business_proj'. In business_proj I started an app called 'accounting

Re: Best way to structure a django project with multiple levels of sub apps?

2017-08-18 Thread James Schneider
On Aug 17, 2017 2:26 PM, "Alexander Joseph" wrote: I'm bullding a larger django project and I'm starting to implement cookiecutter django after reading through "2 Scoops of Django" but still have some questions on structuring a project. I've setup my project, we'll call it 'business_proj'. In b

Re: Best way to structure a django project with multiple levels of sub apps?

2017-08-18 Thread James Schneider
Once again, I accidently sent this email. Not a fan of the sensitivity of the screen on my new phone. Continued below. I think if you better define an app vs. a model, you'll find that you need only a few apps. IMHO, an app should represent a logical segment of your project, broad enough that a m