Skip to main content

Using a Custom Frappe Framework Fork

You can use your own custom version or fork of the vanilla Frappe Framework within your Bench environment.

Caution

Modified versions of the Frappe Framework are not supported by the Frappe team.

How to Add a Custom Frappe Framework Fork?

You can replace the default Frappe Framework with your custom fork or version by following the standard Add App flow inside your Bench.

Once the custom app is added, the vanilla Frappe Framework will be replaced with your custom framework version.

Requirements

Before adding your custom Frappe Framework app, ensure that the app contains a valid pyproject.toml file.

The file must include a key that specifies the supported Frappe version.

Note

The version mentioned in the configuration should match the Frappe Framework version supported by your custom app. The example version is only for reference and should be updated according to your application’s requirements.

Rating: 0 / 5 (0 votes)