Django: “projects” vs “apps”

I have a fairly complex “product” I’m getting ready to build using Django. I’m going to avoid using the terms “project” and “application” in this context, because I’m not clear on their specific meaning in Django. Projects can have many apps. Apps can be shared among many projects. Fine. I’m not reinventing the blog or … Read more