D

Size: a a a
D
А
V
request.session
- если к этому идет обращение, то это чисто джанговская тема? То есть это идет обращение к таблице SessionStore?request.session.get('my_field', None)
?А
from django.contrib.gis.db.models.functions import Intersection, Area
intersection = Intersection(qs.first().geom, ext_building['way'])
print(intersection)
area = Area(intersection)
print(area)
AT
AG
AK
AK
А
from django.contrib.gis.db.models.functions import Intersection, Area
intersection = Intersection(qs.first().geom, ext_building['way'])
print(intersection)
area = Area(intersection)
print(area)
intersect_area = qs.first().geom & ext_building['way']
intersect_area = intersect_area.area
AT
AS
jsonschema
?AG
F
F
N
N
F
F
F