Private
Public Access
1
0

import courses from kml

This commit is contained in:
Sander Roosendaal
2018-02-16 14:03:18 +01:00
parent d45b674a15
commit 3f56bff2fa
3 changed files with 68 additions and 2 deletions

View File

@@ -664,6 +664,7 @@ class GeoCourse(models.Model):
class GeoPolygon(models.Model):
name = models.CharField(max_length=150,blank=True)
course = models.ForeignKey(GeoCourse, blank=True)
order_in_course = models.IntegerField(default=0)