Re: selecting a framework ,

2007-04-21 Thread Ramdas S
I have build a simple billing module for an ad agency which is functional using Django. It is very easy to use it Ramdas On 4/20/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > > On 20-Apr-07, at 8:53 AM, Jeremy Dunck wrote: > > >> > >> check out satchmo - it is an erp with django > > > >

Re: selecting a framework ,

2007-04-19 Thread Kenneth Gonsalves
On 20-Apr-07, at 8:53 AM, Jeremy Dunck wrote: >> >> check out satchmo - it is an erp with django > > If you mean this satchmo: > http://www.satchmoproject.com/ > then I think we're not agreeing on what ERP is: > http://en.wikipedia.org/wiki/Enterprise_resource_planning > :) i stand corrected

Re: selecting a framework ,

2007-04-19 Thread Jeremy Dunck
On 4/19/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > check out satchmo - it is an erp with django If you mean this satchmo: http://www.satchmoproject.com/ then I think we're not agreeing on what ERP is: http://en.wikipedia.org/wiki/Enterprise_resource_planning :) --~--~-~--~---

Re: selecting a framework ,

2007-04-19 Thread Kenneth Gonsalves
On 19-Apr-07, at 6:47 PM, gops wrote: > I want to develop a ERP for very small business ( two - three use + > customer : normally not more than 10 people using the erp ) check out satchmo - it is an erp with django -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/

Re: selecting a framework ,

2007-04-19 Thread Jason McVetta
Django is a great framework for building custom web apps -- but I am not sure it is the most sensible solution for your needs. If what you want is standard ERP functionality, delivered over the web, there is no need for you to reinvent the wheel. Quite a few existing open source projects may meet

Re: selecting a framework ,

2007-04-19 Thread Jay Parlar
On 4/19/07, gops <[EMAIL PROTECTED]> wrote: > > Hey thanks for those coolest links , i think this will be enough for > me getting started , > > i am from hard core c c++ programming background taking babystep in > web development , so my target it to "learn one thing that do it > all" , and after

Re: selecting a framework ,

2007-04-19 Thread gops
Hey thanks for those coolest links , i think this will be enough for me getting started , i am from hard core c c++ programming background taking babystep in web development , so my target it to "learn one thing that do it all" , and after much of googling , i think django is the right choice ,

Re: selecting a framework ,

2007-04-19 Thread Michael K
On Apr 19, 9:17 am, gops <[EMAIL PROTECTED]> wrote: > Hi , > > I want to develop a ERP for very small business ( two - three use + > customer : normally not more than 10 people using the erp ) , I know a > little bit of php , but i am interested in django as my platform , > > my question is , is t