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

« back to all changes in this revision

Viewing changes to ivle/conf/conf.py

  • Committer: William Grant
  • Date: 2009-04-28 04:50:39 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428045039-ibb7gwtjrhe9osq3
Populate req.config in a cleaner manner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
# (The 'subjects' and 'exercises' directories).
118
118
content_path = os.path.join(data_path, 'content')
119
119
 
 
120
# In the local file system, where are the per-subject file spaces located.
 
121
# The individual subject directories are expected to be located immediately
 
122
# in subdirectories of this location.
 
123
subjects_base = os.path.join(content_path, 'subjects')
 
124
 
 
125
# In the local file system, where are the subject-independent exercise sheet
 
126
# file spaces located.
 
127
exercises_base = os.path.join(content_path, 'exercises')
 
128
 
120
129
# In the local file system, where the system notices are stored (such as terms
121
130
# of service and MOTD).
122
131
notices_path = os.path.join(data_path, 'notices')