erpnext-assets - ERPNext nginx config + static assets erpnext-worker - ERPNext python environment frappe-assets - Frappe nginx config + static assets frappe-worker - Frappe python environment frappe-socketio - Frappe socketio process common for apps
5 lines
63 B
Python
5 lines
63 B
Python
import frappe
|
|
from frappe.utils.doctor import doctor
|
|
|
|
doctor()
|