Re: Module or plugin architecture

2011-10-01 Thread Derek
On Oct 1, 6:20 pm, Marc Aymerich wrote: > On Sat, Oct 1, 2011 at 8:56 AM, Tony wrote: > > Hello, > > > I am new to Django and I have a question about module or plugin > > architecture. > > Is it possible to write a module with Django and add it to a current > > Django application. > > It depends

Re: Module or plugin architecture

2011-10-01 Thread Marc Aymerich
On Sat, Oct 1, 2011 at 8:56 AM, Tony wrote: > Hello, > > I am new to Django and I have a question about module or plugin > architecture. > Is it possible to write a module with Django and add it to a current > Django application. > It depends basically on each concrete project, if there is implem