From e36781af77fe688dd4e1cfcc782e7fd4599ce713 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 11 Feb 2020 16:30:17 -0800 Subject: [PATCH] app: Document the app_id property for App class Reviewed-by: James Valleroy --- plinth/app.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plinth/app.py b/plinth/app.py index 9de92bf45..5e125f620 100644 --- a/plinth/app.py +++ b/plinth/app.py @@ -29,6 +29,11 @@ class App: variation their behavior by choosing which components to have and by customizing the components themselves. + 'app_id' property of the app must string that is a globally unique ID. This + is typically also the name of the python module handling the app. So, it + should be all lower-case English alphabet and digits without any special + characters. + """ app_id = None