阅读背景:

GeoDjango和MySQL:点数不能为NULL,我应该使用其他“空”值?

来源:互联网 

I have this Django model:

我有这个Django模型:

from django.contrib.gis.db import models

class Event(models.Model):
    address = models.TextField()
    point = models.PointField('coordinates', null=True, blank=True)
fro



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: