Re: Writing a reusable app

2009-06-25 Thread Kenneth Gonsalves
On Friday 26 June 2009 09:54:04 Joshua Partogi wrote: > I'm currently also splitting up my django apps to be reusable. What is your > main reason to have full batteries ? For some people that is already > running django, it is more ideal to go minimalistic because then it will be > easier to plug

Re: Writing a reusable app

2009-06-25 Thread Alex Gaynor
On Thu, Jun 25, 2009 at 11:24 PM, Joshua Partogi wrote: > Hi Kenneth, > > I'm currently also splitting up my django apps to be reusable. What is your > main reason to have full batteries ? For some people that is already running > django, it is more ideal to go minimalistic because then it will be

Re: Writing a reusable app

2009-06-25 Thread Joshua Partogi
Hi Kenneth, I'm currently also splitting up my django apps to be reusable. What is your main reason to have full batteries ? For some people that is already running django, it is more ideal to go minimalistic because then it will be easier to plug into existing django apps. Regards, On Fri, Jun

Re: Writing a reusable app

2009-06-25 Thread Kenneth Gonsalves
On Thursday 25 June 2009 19:21:15 nabucosound wrote: > So how do u guys think I should target it? Minimalistic or full- > batteries included? full batteries -- regards kg http://lawgon.livejournal.com --~--~-~--~~~---~--~~ You received this message because you ar

Re: Writing a reusable app

2009-06-25 Thread Rajesh D
On Jun 25, 9:51 am, nabucosound wrote: > Hi all: > > I am refactoring a django app to make it reusable and share it open > sourced to the world. There is a lot code which I think it is optional > and maybe not everybody will want to use, like some model fields, url > patterns of view functions.

Writing a reusable app

2009-06-25 Thread nabucosound
Hi all: I am refactoring a django app to make it reusable and share it open sourced to the world. There is a lot code which I think it is optional and maybe not everybody will want to use, like some model fields, url patterns of view functions. so my initial approach is to release only the minima