this instruction
PolygonFormField=GeneratePolygon._meta.get_field('Polygon')
it didn't found the GeneratePolygon object
On Apr 18, 3:13 pm, GARRAM karim wrote:
> I am using dream weaver so when I deleted the heading
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&qu
I am using dream weaver so when I deleted the heading
http://www.w3.org/1999/xhtml";>
the problem of plotting the openlayer map was resolved
Now my problem is still the mapping between the data to plot in the
map and the multipolygon field, in my object definition
On Apr 18, 1:12 pm
I am working on a GeoDjango project. I have a model.py wich extend the
user model and contains a MultiPolygonField
class Membre(models.Model):
user = models.ForeignKey(User, unique=True)
#some other attributes
mpoly = models.MultiPolygonField()
objects = models.GeoManager()
cla
3 matches
Mail list logo