I am developing a Django application, which is a large system that requires multiple sub-applications to keep things neat. Therefore, I have a top level directory that is a Django app (as it has an em
So in my Django project I have a few different apps, each with their own Models, Views, Templates, etc. What is a good way (the \"Django\" way) to have these Apps communicate?
I\'m working on a project that has sever开发者_StackOverflowal apps, and want to include a news app for news stories.
Lets say I have two django apps: competitions - which will handle competition data entries - which will handle functionality relating to entering competitors into competitions
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I came across many resources about the difference between Django projects and reusable apps, most prominently the DjangoCon talk, and Pinax Project.