What is Frappe web framework and the reasons to choose over Django

[official docs] Frappe is a full-stack, batteries-included, web framework written in Python and Javascript. It is the framework that powers ERPNext. It is pretty generic and can be used to build database-driven apps. Frappe framework is more like no/less code, configuration oriented framework. It is a Meta-data driven web framework written in Python and Javascript with MariaDB as its database. The main key point to understand when looking at Frappe is how the database is declared and model-view building happens internally....

February 14, 2020 · 3 min · 452 words · Me