[BangPypers] Using south for migration for a django project

2011-05-19 Thread Amit Sethi
Hi all , I have been trying to use south(0.7) for migrating a django(1.2.5) project (db backend - postgres but have also tried using with sqlite3) Essentially I wish to rename a field in one of my apps. I am also using mezzanine cms (0.10) . The first problem I run into is that mezzanine apps bec

Re: [BangPypers] Using south for migration for a django project

2011-05-19 Thread Kenneth Gonsalves
On Thu, 2011-05-19 at 12:45 +0530, Amit Sethi wrote: > Can some one help me out with this . Point to a good tutorial for > south or recommend a tool that has worked for them in the past. > > as mentioned on IRC the easiest way is to write a script and do it manually. -- regards Kenneth Gonsalve

Re: [BangPypers] The myth of free software

2011-05-19 Thread Dhananjay Nene
Precisely my question on your original post. On Tue, May 17, 2011 at 11:23 AM, Santosh Rajan wrote: > Are you talking to thin air? You haven't quoted anything??? > > On Tue, May 17, 2011 at 11:19 AM, Noufal Ibrahim wrote: > > > You're confusing open source, free software and free of cost softwa

Re: [BangPypers] The myth of free software

2011-05-19 Thread Dhananjay Nene
On Wed, May 18, 2011 at 6:41 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > On Wed, May 18, 2011 at 6:34 PM, Santosh Rajan > wrote: > > > Ok I will agree to stop, under one condition, can you please explain the > > code I have written above? > > > > Well, thank you for the wholesom

Re: [BangPypers] The myth of free software

2011-05-19 Thread Baishampayan Ghose
On Wed, May 18, 2011 at 6:27 PM, Santosh Rajan wrote: > (FUNCTION TROLL >    ((FUNCTION PRINT) >        "Hello World"))) You clearly don't know enough Lisp to even craft a joke properly. Stick to what you know, that will suite you better. Regards, BG -- Baishampayan Ghose b.ghose at gmail.com

Re: [BangPypers] Web Application Development

2011-05-19 Thread Dhananjay Nene
On Thu, May 5, 2011 at 3:47 PM, OOMMEN KM wrote: > Hi All, > > I would like to know which technology should I use for developing a web > based application. > The application will have to handle a huge amount of data and we are using > MySQL. > Will mod_python a good option for the development of

Re: [BangPypers] Web Application Development

2011-05-19 Thread Gopalakrishnan Subramani
Turbogear developers works with Pyramid guys, but no outcome is planned so far. They might create a framework on top of pyramid or do contribution to plug-ins.. If you are starter, I would advise you go with Django. Pyramid is nice for hard-core developer, when it comes to end level framework user