yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 43 forks source link

import settings error #55

Closed typeshige closed 13 years ago

typeshige commented 13 years ago

In utils.py, I get an error where it

imports settings

Instead I need to change it to:

from django.conf import settings
yourcelf commented 13 years ago

Thanks. It is fixed in the latest master.