Re: Architectural question - decoupling modules but keeping some interaction

2013-01-07 Thread nkryptic
Based on what you're describing, I'd recommend you look through the code for django-cms. While it doesn't do exactly what you describe, they are using a "plugin" system which might give you some ideas. github: https://github.com/divio/django-cms website: https://www.django-cms.org/ On Monday,

Re: Architectural question - decoupling modules but keeping some interaction

2013-01-07 Thread Amirouche
Héllo Roodie, On Monday, January 7, 2013 4:44:05 PM UTC+1, Roodie wrote: > Hello, what I am looking for is some pointers/articles about a fully > modularized architecture, where some of the functionality could depend on > an existence of a model in a given project. We are (re)building one of

Architectural question - decoupling modules but keeping some interaction

2013-01-07 Thread Roodie
Hello, what I am looking for is some pointers/articles about a fully modularized architecture, where some of the functionality could depend on an existence of a model in a given project. We are (re)building one of our portal applications, and I would like to fully modularize it. Just a little