Test update

* updates tests for SRID migration
This commit is contained in:
2022-07-13 10:53:45 +02:00
parent 0e7859e538
commit dacfbd0504
5 changed files with 15 additions and 10 deletions

View File

@@ -21,8 +21,7 @@ class Geometry(BaseResource):
"""
Geometry model
"""
from konova.settings import DEFAULT_SRID
geom = MultiPolygonField(null=True, blank=True, srid=DEFAULT_SRID)
geom = MultiPolygonField(null=True, blank=True, srid=DEFAULT_SRID_RLP)
def __str__(self):
return str(self.id)