Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'framework.': 0.09; 'subject:create': 0.09; 'subject:How': 0.10; 'python': 0.11; 'django': 0.11; 'suggest': 0.14; 'from:addr:boscolini.eu': 0.16; 'from:addr:matteo.boscolo': 0.16; 'from:name:matteo boscolo': 0.16; 'reinvent': 0.16; 'suggestion.': 0.16; 'subject:python': 0.16; 'flexibility': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'bit': 0.19; 'fit': 0.20; '>>>': 0.22; 'header:User- Agent:1': 0.23; 'requirement.': 0.24; 'developing': 0.27; 'header :In-Reply-To:1': 0.27; 'related': 0.29; "doesn't": 0.30; 'url:mailman': 0.30; 'sep': 0.31; 'option': 0.32; 'url:python': 0.33; 'framework': 0.33; 'could': 0.34; 'but': 0.35; 'interface,': 0.36; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'received:it': 0.37; 'requirements': 0.37; 'initially': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'received:62': 0.63; 'education': 0.64; 'decided': 0.64; 'url:be': 0.68; 'greetings': 0.72; 'business.': 0.80; '2014,': 0.84; 'addons': 0.84; 'subject:ERP': 0.84; 'schools': 0.91 Date: Tue, 09 Sep 2014 14:12:38 +0200 From: Matteo Boscolo Organization: OmniaSolutions User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: How to create python web framework for ERP References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 140909-0, 09/09/2014), Outbound message X-Antivirus-Status: Clean 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: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410264835 news.xs4all.nl 2927 [2001:888:2000:d::a6]:59347 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77727 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.