~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-07-22 02:12:36 UTC
  • mfrom: (1812.1.13 late-submit)
  • Revision ID: matt.giuca@gmail.com-20100722021236-k8kt4cqdtywzpk24
Merge from trunk late-submit.
Students may now submit projects after the deadline, but they are warned that the submission is late.
Lecturers are now given data on which submissions were made late, and how many days.
(LP: #598346)

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')