remove LEVEL_MODELS and SPACE_MODELS
This commit is contained in:
parent
5355231dbd
commit
591dd86476
2 changed files with 0 additions and 4 deletions
|
@ -9,8 +9,6 @@ from c3nav.mapdata.models.geometry.base import GeometryMixin
|
|||
from c3nav.mapdata.models.locations import SpecificLocation
|
||||
from c3nav.mapdata.utils.json import format_geojson
|
||||
|
||||
SPACE_MODELS = []
|
||||
|
||||
|
||||
class SpaceGeometryMixin(GeometryMixin):
|
||||
space = models.ForeignKey('mapdata.Space', on_delete=models.CASCADE, verbose_name=_('space'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue