Skip to content

Instantly share code, notes, and snippets.

@cube-drone
Created June 23, 2014 17:50
Show Gist options
  • Save cube-drone/e130a45ebfa7374f2ae8 to your computer and use it in GitHub Desktop.
Save cube-drone/e130a45ebfa7374f2ae8 to your computer and use it in GitHub Desktop.
CONTRACT_REVIEW_CHOICES = Choices(
('PEND', 'Pending'),
('PROM', 'Promoted'),
('DENY', 'Denied'),
('MEGADENY', 'Denied, and then made fun of, like, right to their face')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment