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

« back to all changes in this revision

Viewing changes to src/conf/conf.py

  • Committer: dilshan_a
  • Date: 2008-01-25 03:09:19 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:304
Added documentation of output of TestSuite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# IVLE Configuration File
2
 
# conf.py
3
 
# Miscellaneous application settings
4
 
 
5
 
 
6
 
# In URL space, where in the site is IVLE located. (All URLs will be prefixed
7
 
# with this).
8
 
# eg. "/" or "/ivle".
9
 
root_dir = "/ivle"
10
 
 
11
 
# Which application to load by default (if the user navigates to the top level
12
 
# of the site). This is the app's URL name.
13
 
# Note that if this app requires authentication, the user will first be
14
 
# presented with the login screen.
15
 
default_app = "dummy"