The Wayback Machine - https://web.archive.org/web/20220329144400/https://github.com/frappe/frappe/wiki
Skip to content
gavin edited this page Nov 30, 2021 · 48 revisions
Clone this wiki locally

Frappe

a batteries included web framework

frappe is an Open Sourced high-level Web Application Framework (licensed under the MIT License) built on top of Python's Werkzurg Server, Jinja 2 for templating and JavaScript for everything awesome. You can build pretty much everything using frappe for rapid application development so that you can focus on building products without reinventing wheels!

Table of Contents

Installation

To install frappe right from scratch, check out our exhaustive guides:

Release Schedule

We are following the below schedules for current releases.

Version 11          3rd Wednesday of every 2 months
Version 12          3rd Thursday of every 2 months
Version 13          3rd Thursday of every month

Note: Fixes for critical issues will be released out of the schedule.

The pre-release branch will be made 10 days before the release date for each version and testing will be done on that pre-release branch. Any fixes based on testing should go into both pre-release and hotfix/develop branches via separate pull requests.

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