Re: Source Code for Django + Python + Postgres

2017-06-08 Thread Melvyn Sopacua
On Thursday 08 June 2017 07:37:03 Freddie Rodrigues wrote: > I am very new to Django. Can you guide to the best source code for an > Accounting ERP kind of project. Python with PostgreSQL is my preferred > choice. Probably the closest you're gonna get is this grid: https://djangopackages.org/gr

Re: Source Code for Django + Python + Postgres

2017-06-08 Thread Ezequiel Bertti
Start building your models and admin. After that, think about deploy, like heroku or docker. But try to find already read apps to help you to build your ERP. Watch this awesome list: http://awesome-django.com/ On Thu, Jun 8, 2017 at 11:37 AM, Freddie Rodrigues wrote: > Hi all, > > I am very