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

« back to all changes in this revision

Viewing changes to www/conf/apps.py

  • Committer: mattgiuca
  • Date: 2008-01-14 00:55:05 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:216
Added new app "consoleservice", ajax back end which runs the console daemon.
conf/apps.py: Added service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                    requireauth = True,
58
58
                    hashelp = True)
59
59
 
 
60
app_consoleservice = App(dir = "consoleservice",
 
61
                    name = "Console Service",
 
62
                    requireauth = True,
 
63
                    hashelp = False)
 
64
 
60
65
app_tutorial =     App(dir = "tutorial",
61
66
                    name = "Tutorial",
62
67
                    icon = "tutorial.png",
91
96
    "edit" : app_editor,
92
97
    "fileservice" : app_fileservice,
93
98
    "console" : app_console,
 
99
    "consoleservice" : app_consoleservice,
94
100
    "tutorial" : app_tutorial,
95
101
    "serve" : app_server,
96
102
    "download" : app_download,