Skip to content

Instantly share code, notes, and snippets.

@gists-app-test
Created September 12, 2012 14:27
Show Gist options
  • Save gists-app-test/3706963 to your computer and use it in GitHub Desktop.
Save gists-app-test/3706963 to your computer and use it in GitHub Desktop.
def positive_number(value):
if value <= 0.0:
raise ValidationError('%s is not greater than 0' % value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment