Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77727
| 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 | <matteo.boscolo@boscolini.eu> |
| 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 <matteo.boscolo@boscolini.eu> |
| 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 | <f97c7564-3ab1-45de-9e63-f877ff94932d@googlegroups.com> <mailman.13893.1410251972.18130.python-list@python.org> <e29a2fae-88c1-4585-a617-85a632450de7@googlegroups.com> |
| In-Reply-To | <e29a2fae-88c1-4585-a617-85a632450de7@googlegroups.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13898.1410264835.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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.
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