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

« back to all changes in this revision

Viewing changes to ivle/conf/conf.py

  • Committer: Matt Giuca
  • Date: 2010-02-12 02:49:17 UTC
  • Revision ID: matt.giuca@gmail.com-20100212024917-z9g1d5v4utr0u2zm
Fixed policy on who is able to view the list of exercises and create a new one. Rather than being 'if you can edit any offering', it is now the same rule as determining whether you can edit exercises.

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
 
 
129
120
# In the local file system, where the system notices are stored (such as terms
130
121
# of service and MOTD).
131
122
notices_path = os.path.join(data_path, 'notices')