Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'django.': 0.05; 'django,': 0.09; 'framework.': 0.09; 'subject:create': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'python': 0.11; 'django': 0.11; 'suggest': 0.14; 'ecosystem.': 0.16; 'specific,': 0.16; 'suggestion.': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'bit': 0.19; 'fit': 0.20; 'cc:addr:python.org': 0.22; 'instance,': 0.24; 'requirement.': 0.24; 'stick': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'developing': 0.27; 'header:In-Reply-To:1': 0.27; 'related': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'sep': 0.31; 'yourself.': 0.31; 'option': 0.32; 'url:python': 0.33; 'framework': 0.33; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'requirements': 0.37; 'received:209': 0.37; 'initially': 0.38; 'does': 0.39; 'url:mail': 0.40; 'from:charset:utf-8': 0.61; 'education': 0.64; 'decided': 0.64; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'url:be': 0.68; 'greetings': 0.72; 'business.': 0.80; '2014,': 0.84; 'subject:ERP': 0.84; 'schools': 0.91 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Wj1V/UN4gtPhrnqyqJkxhUl3ComnyN6bmxgmTyRtD30=; b=NfLpU9sg4M/NrwqyxdOYyda7HWMd4WY6HrIsedHTEcxGUyHbxY5pt1q4hM6H6TTMo5 NmVVjotCsbFUnlHOtfnZe1wbqzLFGrWDWq8TaIgej1gEzkRkNfm3GDL82NrMJZNMLEzh b/WpLqjgjuaMo1tQUL2tc8oQh25TR+xZ80Sg0CQnB8OdKu8KSvvxYGqyT2UCKnL0ZT4C XD7nOoVLRFP/+yoxaTJ1hwng1pXWQxGpWJkS6dDYkrGKL+SxrpJmkRS/Qs8bFeJKq2my yqHigZVLkgahB8S3hY9nq6EykjgngVW4ieNP4HUN8ouSpduzQCPGPDzqTvPPpReEbd1h 5FnA== X-Gm-Message-State: ALoCoQnlZ+RQBamgzKwAib5W/KqyM1OMHpwybq6H4QDZXf1g9lMMwrWEaP+xZFyOjvblwuecyi+L MIME-Version: 1.0 X-Received: by 10.152.26.101 with SMTP id k5mr1503387lag.74.1410257953244; Tue, 09 Sep 2014 03:19:13 -0700 (PDT) X-Originating-IP: [83.240.66.196] In-Reply-To: References: Date: Tue, 9 Sep 2014 12:19:13 +0200 Subject: Re: How to create python web framework for ERP From: =?UTF-8?B?QWRhbSBOZcWhcMWvcmVr?= To: Vimal Rughani Content-Type: multipart/alternative; boundary=089e0160b9065858a205029f44a1 X-Mailman-Approved-At: Tue, 09 Sep 2014 12:53:01 +0200 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 137 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410259982 news.xs4all.nl 2964 [2001:888:2000:d::a6]:49555 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77725 --089e0160b9065858a205029f44a1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 : > On Tuesday, 9 September 2014 14:09:48 UTC+5:30, St=C3=A9phane Wirtel wro= te: > > 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=C3=A9phane Wirtel - http://wirtel.be - @matrixise > > Thanks St=C3=A9phane, 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 > --089e0160b9065858a205029f44a1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I would say you can still use Django. See django-oscar for= instance, it is 'ecommerce framework', based od Django. I would hi= ghly recommend to stick around Django, because of its huge ecosystem. You c= an 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=C3= =A9phane Wirtel=C2=A0 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 ER= P,
>
> > 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 frame= work
>
> > for ERP. Can you please suggest me better book / video / resource= s /
>
> > content which help me to build proper web framework for ERP.
>
> >
>
> > Thanks
>
> > --
>
> > https://mail.python.org/mailman/listinfo/python-list<= br> >
> Use Odoo.
>
>
>
> --
>
> St=C3=A9phane Wirtel - = http://wirtel.be - @matrixise

Thanks St=C3=A9phane, for your suggestion. I know about Odoo and Odoo is go= od choice for domain related to Business. I am developing solution for Educ= ation / schools / colleges. Requirements are bit complex so I want to have = own framework.
--
https://mail.python.org/mailman/listinfo/python-list

--089e0160b9065858a205029f44a1--