Skip to content
Ankush Menat edited this page Oct 30, 2023 · 58 revisions

Low Code Open Source Framework in Python and JS

Frappe, pronounced fra-pay, is a full stack, batteries-included, web framework written in Python and Javascript with MariaDB (or Postgres) as the database. It is the framework which powers ERPNext. It is pretty generic and can be used to build database-driven apps.

Table of Contents

Installation

To install frappe right from scratch, check official documentation.

Supported versions

Refer https://github.com/frappe/erpnext/wiki/Supported-Versions

Migration Guide

This involves changes you'd have to make in your Frappe Apps to make them compatible with the latest releases of Frappe.

Support