Cloud

Cloud

Open in ChatGPT
Ask ChatGPT about this page
Open in Claude
Ask Claude about this page

How to install a custom app

You can use your custom version/fork of the vanilla Frappe Framework.

You can do so by simply following the add app flow inside your Bench.

Screenshot 2024-11-20 112324

This will replace the Vanilla Frappe Framework with your custom fork / version.

Note

Please ensure, that the app being added, has a valid pyproject.toml file along with a key advertising the frappe version, like such:

[tool.bench.frappe-dependencies]
frappe = ">=16.0.0-dev,<17.0.0"

Last updated 2 weeks ago
Was this helpful?
Thanks!