Site Vs Installed App

Hello All,

I am trying to search where does ERPNext store the mapping information of Site vs Installed Application.

Is this information stored in file system or database?

type this command :
bench --site sitename list-apps

1 Like

Thanks @MaysaaSafadi,

Though I wanted to know where does ERPNext store this mapping information i.e Site Vs App.

It is stored in global value installed_apps

frappe.db.get_global('installed_apps`)