Private
Public Access
1
0

getting in the list

This commit is contained in:
Sander Roosendaal
2022-04-27 17:42:10 +02:00
parent 0a476b09a8
commit a2f0fa8d78
5 changed files with 47 additions and 1 deletions

View File

@@ -2574,6 +2574,7 @@ class PlannedSession(models.Model):
)
manager = models.ForeignKey(User, on_delete=models.PROTECT)
rojabo_id = models.BigIntegerField(default=0,blank=True)
course = models.ForeignKey(GeoCourse, blank=True, null=True,
verbose_name='OTW Course', on_delete=models.SET_NULL)