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

« back to all changes in this revision

Viewing changes to ivle/conf/apps.py

Purge most of ivle.dispatch.html and even more of ivle.conf.apps, as lots is
unused.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                repr(self.desc), repr(self.icon), repr(self.requireauth),
25
25
                repr(self.hashelp)))
26
26
 
27
 
# Directory where app icons are stored, relative to the IVLE root.
28
 
app_icon_dir = "+media/ivle.webapp.core/images/apps"
29
 
# Small version of icons (16x16, for favicon)
30
 
app_icon_dir_small = "+media/ivle.webapp.core/images/apps/small"
31
 
 
32
27
# Which application to use for "public host" URLs.
33
28
# (See conf.py)
34
29
public_app = "serve"