Skip to content

Instantly share code, notes, and snippets.

@Xowap
Created May 28, 2016 19:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xowap/f13d4a40e7afa05f4e42ca828233685c to your computer and use it in GitHub Desktop.
Save Xowap/f13d4a40e7afa05f4e42ca828233685c to your computer and use it in GitHub Desktop.
class TimeZone(models.Model):
objects = TimeZoneManager()
zone = PolygonField(spatial_index=True)
tzid = models.CharField(max_length=100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment