Changes between Version 1 and Version 2 of Ticket #36001
- Timestamp:
- Dec 11, 2024, 12:47:13 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36001 – Description
v1 v2 24 24 }}} 25 25 python manage.py shell `is correct` 26 {{{ 26 {{{#!python 27 27 from osgeo import osr 28 28 sk = osr.SpatialReference() … … 33 33 }}} 34 34 35 , but app always throws errors when fetch and create objects 35 but app always throws errors when fetch and create objects via API (in admin.site - ok) 36 36 37 {{{ 37 {{{#!python 38 38 def create(self, validated_data): 39 39 if "SRID=300001;" in str(self.validated_data["geom"]): … … 60 60 ... 61 61 }}} 62 if request one object via api, Django send 8 email with this error. odd62 if request one object via API, Django send 8 email with this error. odd