Basic support for per-user courseware in place
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user