Guest User

Untitled

a guest
Jul 27th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. data = list(Danger.objects.filter(id=id).values(
  2. 'power',
  3. 'type',
  4. 'subtype',
  5. 'description',
  6. 'media',
  7. ))
Advertisement
Add Comment
Please, Sign In to add comment