mirror of
https://github.com/frappe/frappe.git
synced 2026-04-23 17:04:07 -06:00
Page:
Home
Pages
(Client Side Scripting)Fetch values from another document
(Client Side Scripting)Fetching child tables
App Development using GitHub
Client Side Scripting Index
Client side scripting(Archive)
Client side scripting
Deprecations
Developer Cheatsheet
Frappe Framework Front End Routing and Document Creation
Frappe Push Notification Client Reference
Frappe Test Record Loading: Startup Sequence
Generating Test Records in Frappe
Home
Installing Frappe ERPNext on MacOS
Migrating to Version 13
Migrating to Version 14
Migrating to nightly version
Migrating to version 15
Migrating to version 16
Pull Request Review Guidelines
Setup MariaDB Server
Setup NFS Server
The Hitchhiker's Guide to Installing Frappe on Linux
The Hitchhiker's Guide to Installing Frappe on Mac OS X
Tree view for custom DocType
Using Desk Modules, Calendar and List View in Frappe Framework
Using Frappe with Amazon RDS (or any other DBaaS)
Using the VSCode Debugger with Frappe
Writing an IntegrationTestCase in Frappe: A Step‐by‐Step Guide
query builder migration
No results
64
Home
Akhil Narang edited this page 2025-11-19 19:30:17 +05:30
Table of Contents
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
Migration Guide
This involves changes you'd have to make in your Frappe Apps to make them compatible with the latest releases of Frappe.
- Migrating to Version 13
- Migrating to Version 14
- Migrating to version 15
- Migrating to version 16
- Migrating to nightly version