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

« back to all changes in this revision

Viewing changes to src/conf/conf.py

  • Committer: mattgiuca
  • Date: 2007-12-11 11:36:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:31
doc/notes/architecture: Help files
doc/notes/apps/dispatch.txt: Detailed design of dispatch module.
src/conf/*.py: Added some new config settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Miscellaneous application settings
4
4
 
5
5
 
6
 
# In URL space, where in the site is IVLE located.
 
6
# In URL space, where in the site is IVLE located. (All URLs will be prefixed
 
7
# with this).
7
8
# eg. "/" or "/ivle".
8
9
root_dir = "/ivle"
9
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"