Skip to content

Instantly share code, notes, and snippets.

@jckdotim
Created December 9, 2011 16:06
Show Gist options
  • Save jckdotim/1452137 to your computer and use it in GitHub Desktop.
Save jckdotim/1452137 to your computer and use it in GitHub Desktop.
class LocationMixIn(object):
lat = db.Column(db.Float(25), nullable=True)
lng = db.Column(db.Float(25), nullable=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment