Guest User

Untitled

a guest
Jan 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. class ManyFields(models.Model):
  2. a = models.CharField(…)
  3. b = models.CharField(…)
  4. c = models.CharField(…)
  5. d = models.CharField(…)
  6.  
  7. <td>{{many_fields.a}}<td>
  8. <td>{{many_fields.b}}</td>
  9. <td>{{many_fields.c}}</td>
  10.  
  11. <td>{{many_fields.group}}<td>
Add Comment
Please, Sign In to add comment