Re: modular django site: projects vs. apps

2009-05-14 Thread metge
I believe that's I choose the first option. thx for your answer!! On May 12, 5:06 pm, George Song wrote: > On 5/12/2009 3:27 AM, mabuse wrote: > > > I am developing a django site and my aim is to obtain a site with a > > core  application that would be the site basis and

Re: modular django site: projects vs. apps

2009-05-12 Thread George Song
On 5/12/2009 3:27 AM, mabuse wrote: > I am developing a django site and my aim is to obtain a site with a > core application that would be the site basis and above it addons > that would upgrade the standard application ( like firefox and its > extensions). > > My question is, how can I achieve

modular django site: projects vs. apps

2009-05-12 Thread mabuse
I am developing a django site and my aim is to obtain a site with a core application that would be the site basis and above it addons that would upgrade the standard application ( like firefox and its extensions). My question is, how can I achieve that? My idea is to create two projects: 1. One