Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77720 > unrolled thread

How to create python web framework for ERP

Started byVimal Rughani <vimal.rughani@gmail.com>
First post2014-09-09 01:25 -0700
Last post2014-09-11 12:20 -0700
Articles 9 — 7 participants

Back to article view | Back to comp.lang.python


Contents

  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

#77720 — How to create python web framework for ERP

FromVimal Rughani <vimal.rughani@gmail.com>
Date2014-09-09 01:25 -0700
SubjectHow to create python web framework for ERP
Message-ID<f97c7564-3ab1-45de-9e63-f877ff94932d@googlegroups.com>
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

[toc] | [next] | [standalone]


#77722

From"Stéphane Wirtel" <stephane@wirtel.be>
Date2014-09-09 10:33 +0200
Message-ID<mailman.13893.1410251972.18130.python-list@python.org>
In reply to#77720
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

[toc] | [prev] | [next] | [standalone]


#77724

FromVimal Rughani <vimal.rughani@gmail.com>
Date2014-09-09 03:06 -0700
Message-ID<e29a2fae-88c1-4585-a617-85a632450de7@googlegroups.com>
In reply to#77722
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.

[toc] | [prev] | [next] | [standalone]


#77725

FromAdam Nešpůrek <adam@nespurek.com>
Date2014-09-09 12:19 +0200
Message-ID<mailman.13897.1410259982.18130.python-list@python.org>
In reply to#77724

[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
>

[toc] | [prev] | [next] | [standalone]


#77729

Fromthequietcenter@gmail.com
Date2014-09-09 06:57 -0700
Message-ID<e1fc691f-5333-43b0-a533-29f40715223b@googlegroups.com>
In reply to#77725
On Tuesday, September 9, 2014 6:53:37 AM UTC-4, Adam Nešpůrek wrote:
>  I would highly recommend to stick around Django, because of its huge ecosystem.

Django's ORM layer does not perform intelligent object creation does it? It naively creates two instances for the same row and does not handle commits gracefully, often resulting in stale object errors?

it's been awhile since I used it. But I think SQLAlchemy has solved all the problems the Django ORM has not and can't solve?

[toc] | [prev] | [next] | [standalone]


#77727

FromMatteo Boscolo <matteo.boscolo@boscolini.eu>
Date2014-09-09 14:12 +0200
Message-ID<mailman.13898.1410264835.18130.python-list@python.org>
In reply to#77724
Use the only odoo framework.. without addons .. will be the best choice 
.. do not reinvent the whell
if you do not need web interface, you can have a look at 
http://www.tryton.org/

otherwise you could have flask for the top of flexibility

regards,
Matteo


Il 09/09/2014 12:06, Vimal Rughani ha scritto:
> 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.

[toc] | [prev] | [next] | [standalone]


#77730

FromGerd Niemetz <gerd.niemetz@gmail.com>
Date2014-09-09 07:18 -0700
Message-ID<86e47213-c87d-4557-9c05-177788f391dc@googlegroups.com>
In reply to#77720
Am Dienstag, 9. September 2014 10:25:24 UTC+2 schrieb Vimal Rughani:
> 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

Take a look at www.web2py.com
Actively developed and a great community here at google groups -> https://groups.google.com/forum/#!forum/web2py

best regards
Gerd

[toc] | [prev] | [next] | [standalone]


#77731

FromAndre Duarte <clint.tecnologia@gmail.com>
Date2014-09-09 07:18 -0700
Message-ID<50484d9b-7dfb-41c6-bbaa-5ca07d2e23a2@googlegroups.com>
In reply to#77720
Vimal,

Django is a more generic framework(was built initialy for content management). Odoo is a valid sugestion but take some time to see Frappe.io. ERPNext was built on top of this framework and is a great application for small bussiness.

[]'s
André

[toc] | [prev] | [next] | [standalone]


#77774

FromVimal Rughani <vimal.rughani@gmail.com>
Date2014-09-11 12:20 -0700
Message-ID<cced4ddd-3f91-45cc-8365-c651208f5f2c@googlegroups.com>
In reply to#77720
On Tuesday, 9 September 2014 13:55:24 UTC+5:30, 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

Thanks to all for your kind support. I looking into different suggestions given by you. Thanks again for your time

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web