Re: [BangPypers] Django-based CMS recommendations?

2010-12-02 Thread Noufal Ibrahim
Haven't used it myself but just in case you're short of possible candidates http://mezzanine.jupo.org/ -- ~noufal http://nibrahim.net.in ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] refactoring

2010-12-02 Thread Senthil Kumaran
On Thu, Dec 02, 2010 at 12:41:37PM +0530, Anand Balachandran Pillai wrote: > > > > > 'No self respecting developer could function without having read the > > > refactoring book'. > > > > > I just realized that I am not a self-respecting developer after > reading this. Wow!. You stole my sentence

Re: [BangPypers] refactoring

2010-12-02 Thread Sriram Narayanan
It's rather disappointing when I see a nice discussion thread degenerate into taking potshots at others - especially by posts by people who otherwise contribute in very constructive ways. I'm a Thoughtworker, proud of what and how we do (including promoting better software development practices).

Re: [BangPypers] refactoring

2010-12-02 Thread Senthil Kumaran
On Fri, Dec 03, 2010 at 08:40:41AM +0530, Sriram Narayanan wrote: > It's rather disappointing when I see a nice discussion thread > degenerate into taking potshots at others - especially by posts by > people who otherwise contribute in very constructive ways. > > I'm a Thoughtworker, proud of what

Re: [BangPypers] refactoring

2010-12-02 Thread Sriram Narayanan
Please point me to any use of strong words against of what many of us follow. Also, I've long been contemplating having talks about the various practices that we follow at Thoughtworks. I think some interesting topics would be "Refactoring", "Test Driven Development", "Continuous Integration", "Wh

Re: [BangPypers] Can two django projects be made to communicate to each other

2010-12-02 Thread Anubha Dadhich
On Wed, Dec 1, 2010 at 5:59 PM, Lakshman Prasad wrote: > If you have 2 base urls.py, I think correspondingly, you also need 2 > settings.py and hence 2 WSGI files. > > As far as I know, each Apache virtualhost can only take 1 WSGIProcess. So > you will need 2 apache processes. - I might be wrong o

Re: [BangPypers] refactoring

2010-12-02 Thread Senthil Kumaran
On Fri, Dec 03, 2010 at 09:51:43AM +0530, Sriram Narayanan wrote: > Please point me to any use of strong words against of what many of us follow. That refactoring and that self-respect thing. The first is what many practise, and second is a strong word. :) I think, the thread got a bit digressed.

Re: [BangPypers] refactoring

2010-12-02 Thread Anand Balachandran Pillai
On Fri, Dec 3, 2010 at 10:04 AM, Senthil Kumaran wrote: > On Fri, Dec 03, 2010 at 09:51:43AM +0530, Sriram Narayanan wrote: > > Please point me to any use of strong words against of what many of us > follow. > > That refactoring and that self-respect thing. The first is what many > practise, and s

Re: [BangPypers] refactoring

2010-12-02 Thread Anand Balachandran Pillai
On Fri, Dec 3, 2010 at 11:35 AM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > > > > Sorry to follow up my post with another one, but here is an old link fro JOS related to this, which is still relevant. http://www.joelonsoftware.com/articles/fog69.html > -- > --Anand > > >

Re: [BangPypers] Can two django projects be made to communicate to each other

2010-12-02 Thread Anand Balachandran Pillai
On Wed, Dec 1, 2010 at 11:40 AM, Anubha Dadhich wrote: > Hi, > > Can two django projects be made to communicate with each other and share > the same session, user_authentication etc., either at the application level > or at the production server level (say apache) > > Explaining it further - > >

Re: [BangPypers] refactoring

2010-12-02 Thread Roshan Mathews
On Fri, Dec 3, 2010 at 11:35, Anand Balachandran Pillai wrote: > However "refactoring" as discussed >  here is a more of a standardized process using tools and approaches >  designed for it, with some little buzz added to the mix. > "Refactoring" might have devolved into that now, but I don't thi