added virtual challenge related data to API
This commit is contained in:
@@ -2223,7 +2223,7 @@ class CourseStandard(models.Model):
|
||||
weightclass = models.CharField(max_length=150,default='hwt')
|
||||
adaptiveclass = models.CharField(choices=mytypes.adaptivetypes,max_length=50,default="None")
|
||||
skillclass = models.CharField(max_length=150,default='Open')
|
||||
standardcollection = models.ForeignKey(StandardCollection,on_delete=models.CASCADE)
|
||||
standardcollection = models.ForeignKey(StandardCollection,on_delete=models.CASCADE,related_name='standards')
|
||||
|
||||
class Meta:
|
||||
unique_together = (
|
||||
|
||||
Reference in New Issue
Block a user