Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. UNIT_CHOICES = (
  2. ('dumb_terminal', 'Dumb Terminal'),
  3. ('computer', 'Computer'),
  4. )
  5.  
  6. class Unit(models.Model):
  7. unittype = models.CharField( choices=GENDER_CHOICES)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement