Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jun 29, 2010
1 parent 4d67413 commit a846fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Here's a fake "GeoDjango":http://geodjango.org model that shows how to calculate
from django.contrib.gis.geos import Point

class ViewportExample(models.Model):
name = models.CharField(max_length=200, null=True, blank=True)\n multipolygon = models.MultiPolygonField(srid=2229, null=True, blank=True)
name = models.CharField(max_length=200, null=True, blank=True)
multipolygon = models.MultiPolygonField(srid=2229, null=True, blank=True)
objects = models.GeoManager()

def __unicode__(self):
Expand Down

0 comments on commit a846fdc

Please sign in to comment.