Basic support for per-user courseware in place

This commit is contained in:
Piotr Mitros
2011-12-20 19:43:53 -05:00
parent 9ac4ac8a12
commit 1dad5caef9
6 changed files with 16 additions and 59 deletions

View File

@@ -11,7 +11,7 @@ class UserProfile(models.Model):
language = models.TextField(blank=True)
location = models.TextField(blank=True)
meta = models.TextField(blank=True) # JSON dictionary for future expansion
courseware = models.TextField(blank=True, default='courseware.xml')
courseware = models.TextField(blank=True, default='course.xml')
class Registration(models.Model):
''' Allows us to wait for e-mail before user is registered. A