[Answered ]-DjangoGeo access to linearRing of Polygon not workink with django shell

1👍

Your settings.py should contain this string:

INSTALLED_APPS = (
    ...
    'django.contrib.gis',
    ...
)

1👍

Have you add django geo to your install apps ?

👤Jackyl

Leave a comment