Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. class Punkgode(Model):
  2.     traga = BooleanField('traga o escupe?',  # supongamos que se me terminan los caracteres
  3.                               default=True)  # lo indento un nivel más adentro nomás
  4.     entrega = BooleanField(default=True)
  5.     se_la_come = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement