first q

13 views
Skip to first unread message

Hussain Deikna

unread,
Apr 27, 2017, 1:06:22 PM4/27/17
to django...@googlegroups.com
Hello
I am a new in geodjango and I find this

class Incidences(models.Model):
    name = models.CharField(max_length=50)
           location = models.PointField(srid=4326)
    objects = models.GeoManager()

    def __unicode__(self):
        return self.name

    class Meta:
        verbose_name_plural =" Incidences"



Can I add extra fields or not
thank you
Reply all
Reply to author
Forward
0 new messages