~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to lib/conf/apps.py

  • Committer: mattgiuca
  • Date: 2008-07-21 14:02:47 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:925
Added "groups" app. No code within the app just yet.
    (Has help, icons, template CSS and Javascript, etc).

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
                    requireauth = True,
127
127
                    hashelp = True)
128
128
 
 
129
app_groups = App(dir = "groups",
 
130
                    name = "Group Management",
 
131
                    icon = "groups.png",
 
132
                    requireauth = True,
 
133
                    hashelp = True)
 
134
 
129
135
app_userservice = App(dir = "userservice",
130
136
                    name = "User Management Service",
131
137
                    requireauth = False,
172
178
    "forum" : app_forum,
173
179
    "tos" : app_tos,
174
180
    "settings" : app_settings,
 
181
    "groups" : app_groups,
175
182
    "userservice" : app_userservice,
176
183
    "diff" : app_diff,
177
184
    "svnlog" : app_svnlog,