Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77725
| References | <f97c7564-3ab1-45de-9e63-f877ff94932d@googlegroups.com> <mailman.13893.1410251972.18130.python-list@python.org> <e29a2fae-88c1-4585-a617-85a632450de7@googlegroups.com> |
|---|---|
| Date | 2014-09-09 12:19 +0200 |
| Subject | Re: How to create python web framework for ERP |
| From | Adam Nešpůrek <adam@nespurek.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13897.1410259982.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
I would say you can still use Django. See django-oscar for instance, it is 'ecommerce framework', based od Django. I would highly recommend to stick around Django, because of its huge ecosystem. You can still add/write some missing parts yourself. Can you be more specific, why Django does not suit your needs? 2014-09-09 12:06 GMT+02:00 Vimal Rughani <vimal.rughani@gmail.com>: > On Tuesday, 9 September 2014 14:09:48 UTC+5:30, Stéphane Wirtel wrote: > > On 9 Sep 2014, at 10:25, Vimal Rughani wrote: > > > > > > > > > Hi All, > > > > > > > > > > Greetings ! > > > > > > > > > > I am bit familiar with Django and Python. I want to create ERP on > > > > > python. Initially I feel Django will be good option for My Own ERP, > > > > > but after working bit on that I feel it doesn't fit with my > > > > > requirement. So I decided to create my own python based web framework > > > > > for ERP. Can you please suggest me better book / video / resources / > > > > > content which help me to build proper web framework for ERP. > > > > > > > > > > Thanks > > > > > -- > > > > > https://mail.python.org/mailman/listinfo/python-list > > > > Use Odoo. > > > > > > > > -- > > > > Stéphane Wirtel - http://wirtel.be - @matrixise > > Thanks Stéphane, for your suggestion. I know about Odoo and Odoo is good > choice for domain related to Business. I am developing solution for > Education / schools / colleges. Requirements are bit complex so I want to > have own framework. > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to create python web framework for ERP Vimal Rughani <vimal.rughani@gmail.com> - 2014-09-09 01:25 -0700
Re: How to create python web framework for ERP "Stéphane Wirtel" <stephane@wirtel.be> - 2014-09-09 10:33 +0200
Re: How to create python web framework for ERP Vimal Rughani <vimal.rughani@gmail.com> - 2014-09-09 03:06 -0700
Re: How to create python web framework for ERP Adam Nešpůrek <adam@nespurek.com> - 2014-09-09 12:19 +0200
Re: How to create python web framework for ERP thequietcenter@gmail.com - 2014-09-09 06:57 -0700
Re: How to create python web framework for ERP Matteo Boscolo <matteo.boscolo@boscolini.eu> - 2014-09-09 14:12 +0200
Re: How to create python web framework for ERP Gerd Niemetz <gerd.niemetz@gmail.com> - 2014-09-09 07:18 -0700
Re: How to create python web framework for ERP Andre Duarte <clint.tecnologia@gmail.com> - 2014-09-09 07:18 -0700
Re: How to create python web framework for ERP Vimal Rughani <vimal.rughani@gmail.com> - 2014-09-11 12:20 -0700
csiph-web