~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 23:48:20 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:34
Added src/setup.py which interactively configures conf/conf.py to settings
specific to the machine.
This is so that conf/conf.py does not have to reside in the repository.
To this end, removed conf/conf.py. Run setup.py to create this (required)
file.

src/dispatch_handler.py: Fix comment

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"