--- a/src/pyams_utils/interfaces/__init__.py Mon Jun 19 17:29:46 2017 +0200
+++ b/src/pyams_utils/interfaces/__init__.py Tue Jun 20 16:40:40 2017 +0200
@@ -21,20 +21,20 @@
#
-# Custom string constants
+# Custom permissions
#
FORBIDDEN_PERMISSION = 'system.forbidden'
'''Custom permission which is never granted to any user'''
PUBLIC_PERMISSION = 'public'
-'''Public permission is granted to every principal'''
+'''Public permission which is granted to every principal'''
VIEW_PERMISSION = 'view'
'''View permission is a custom permission used to view contents'''
MANAGE_PERMISSION = 'manage'
-'''Permission used to manage basic informations this permission is generally not used by custom contents'''
+'''Permission used to manage basic information; this permission is generally not used by custom contents'''
VIEW_SYSTEM_PERMISSION = 'system.view'
'''Permission used to access management screens'''
@@ -49,6 +49,10 @@
'''Permission used to manage roles'''
+#
+# Custom string constants
+#
+
PYAMS_APPLICATION_SETTINGS_KEY = 'pyams.application_name'
'''ZODB application name settings key'''