mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
app: Document the app_id property for App class
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b576a77c3d
commit
e36781af77
@ -29,6 +29,11 @@ class App:
|
|||||||
variation their behavior by choosing which components to have and by
|
variation their behavior by choosing which components to have and by
|
||||||
customizing the components themselves.
|
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
|
app_id = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user