4

Has anyone heard about Bench and Frappe framework?
It is a very good python, open source framework.
It sets up almost everything for you when you want to start a project.

I found this framework, when I was searching for an open source ERP built on python, since Odoo went commercial. -_-
After searching, I found Frappe framework. It is a small community, but the framework has potential in my opinion.

Just wanted to pinpoint this very good framework.

Now every time I want to start a new project, I do not need to to all the set ups, like database, user authentication, user permission, etc. The framework does it for you.

NOTE: I am not and I do not have any connection with the devs and this company. I am just a user of this framework, and just wanted to suggest to you and take a look.

Links: https://frappe.io/ , https://erpnext.com/

Comments
  • 0
    from what i have read(tutorial up to install bench), its just an django rebuild with python2 without support for 3, only support for mysql/mariadb and an other structure.
  • 2
    frappe creator here... its much more than django... comes with a very rich scriptable first-class metadata, SPA for admin/business users, REST API, real time...

    also checkout this talk https://youtube.com/watch/...
  • 0
    @stop They have implemented Python 3, it is still in beta.

    Seems like the creator just commented. :P
  • 0
    you totally right in every word you mentioned, many organization including Commercial, Charity, Government organizations, started using this framework to build needed software
    in my opinion also it is growing day after day and rapidly
Add Comment